/* 320px/740px/741px/979px/980px *//* 以下は普通のCSSを書けばOK */

@charset "utf-8";

/* 当サイトのスタイル記述のうち全てのデバイス共通のもの */
/* 160404 */

/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #d50b19;
}
a:visited {
	text-decoration: none;
	color: #d50b19;
}
a:hover {
	text-decoration: none;
	color: #d50b19;
}
a:active {
	text-decoration: none;
	color: #d50b19;
}


p {margin-bottom: 1em; }


/* .nav-collapse ul li a:hover{text-decoration:underline;}*/

#f_nav div ul li a:hover{text-decoration:underline;}
/*---------------------------------------------
 ** common
---------------------------------------------*/
.wrapper	{ width:100%; clear:both;}

#footer		{ background:#53c3f1;}

/* .float_L{ float:left;}*/
/* .float_R{ float:right;}*/

/* a hover */
.hover {-webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.hover:hover{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; }

/* 背景サイズ */
/* .bg_free		{ background-size: contain !important; }*/

/*---------------------------------------------
 ** カラー
---------------------------------------------*/
.cl_main		{color:#d50b19;}
.bg_main		{color:#d50b19;}



/*---------------------------------------------
 ** float解除
---------------------------------------------*/
div.clear	{ width:100%; height:3px; font-size:2px; clear:both;}
/* .over_zoom{_zoom: 1;	overflow: hidden;}*/

/*---------------------------------------------
 ** width
---------------------------------------------*/


/* .bg_blue{
	background-color:rgb(249,249,249);
	border-color:rgb(238,238,238);
	border-width:1px;
	padding:20px;
	border-style:solid;
	-moz-box-shadow:0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.05);
	box-shadow:0px 0px 6px rgba(0,0,0,0.05);
	border-width:1px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border-style:solid;
}

/*---------------------------------------------
 ** 画像のcss
---------------------------------------------*/
.b			{font-weight:bold;}


/*---------------------------------------------
 ** 画像のcss
---------------------------------------------*/
/* .img_R{ float:right; margin:0 0 0 30px;}*/
/* .img_L{ float: left; margin:0 40px 0 0 ;}*/
/* .img_C{ float: left; margin:0  0 20px 0 ;}*/
