
/*common style 共通装飾

----------------------------------*/


/*Headline*/
h1 {
  margin: 0.67em 0;
  font-size: 46px;
  font-size: 4.6rem;
}
h2 {
  margin: 0.83em 0;
  font-size: 32px;
  font-size: 3.2rem;
}
h3 {
  margin: 1em 0;
  font-size: 24px;
  font-size: 2.4rem;
}
img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}


/*fontcolor*/
.red{
color: #FF3300;
}

.reddark {color: #cc0033; 
 }

.orange{
color: #F60;
}

.blue{
color: #3366FF;
}

.green{
color: #339933;
}


/* fontsize */
/* -------------------------------------------------------- */

.font10{
font-size: 10px;
line-height: 140%;
	}
	
.font11{
font-size: 11px;
line-height: 140%;
	}

.font12{
font-size: 12px;
line-height: 140%;
	}
	
.font13{
font-size: 13px;
line-height: 160%;
	}
	
.font14{
font-size: 14px;
line-height: 160%;
	}
	
.font15{
font-size: 15px;
line-height: 160%;
	}

.font16{
font-size: 16px;
  font-size: 1.6rem;
line-height: 160%;
	}

.font17{
font-size: 17px;
line-height: 160%;
	}
	
.font18{
font-size: 18px;
line-height: 160%;

	}
	
.font19{
font-size: 19px;
line-height: 160%;

	}
	
.font20{
font-size: 20px;
line-height: 160%;

	}
	
.font22{
font-size: 22px;
line-height: 160%;

	}
	
.font24{
font-size: 24px;
line-height: 160%;

	}
	
.font25{
font-size: 25px;
line-height: 160%;

	}
	
	
.font26{
font-size: 26px;
line-height: 160%;

	}

.font28{
font-size: 28px;
line-height: 160%;

	}



/*lineborder*/
/* -------------------------------------------------------- */
.div_dottedLine{
	margin		: 20px 0px;
	height		: 1px;
	background: url(../img/hr-line.gif) repeat-x 0px 0px;
}

.div_dottedLine hr{display: none;}


/*border*/
/* -------------------------------------------------------- */

.div_dotted {
	border: dotted 1px #999;/*二重線 太さ 色*/
	padding: 0.5em 1em ;
	margin-bottom:1em;
	list-style:none;
	}

.s {
	text-decoration: line-through;/*打ち消し線*/
}

/*clearfix*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}

/* position etc */

.center{
text-align: center;
}

.centering {
margin:0 auto;
}

.right{
text-align: right;
}

.left{
text-align: left;
}

.float_right{
float: right;
}

.float_left{
float: left;
}



/*button*/
.btn {
  display: inline-block;
  padding: 5px 23px;
  border: 1px #e6e6e6 solid;
  border-radius: 5px;
  background: #e5e5e5;
  background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background: -o-linear-gradient(top, #ffffff, #e5e5e5);
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
  color: #333;
  text-decoration: none;
}
.btn:hover {
  border: 1px #ccc solid;
  background: #d9d9d9;
  background: -webkit-linear-gradient(top, #e5e5e5, #d9d9d9);
  background: -moz-linear-gradient(top, #e5e5e5, #d9d9d9);
  background: -o-linear-gradient(top, #e5e5e5, #d9d9d9);
  background: linear-gradient(to bottom, #e5e5e5, #d9d9d9);
}

/*margin*/
.margin0 {
  margin:0;
}
.marginbottom05em{margin-bottom:0.5em;}
.marginbottom1em{margin-bottom:1em;}
.marginTop05em{ margin-top:0.5em}
.marginTop1em{ margin-top:1em}
.marginTop4em{ margin-top:4em}
.marginLeft1em{ margin-left:1em}
.marginLeft5{ margin-left:5px}
.marginRight5{ margin-right:5px}
.marginRight10{ margin-right:10px}

.padding0{padding:0;}
.padding1em{padding:1em;}
.paddingbottom05em{padding-bottom:0.5em;}
.paddingbottom1em{padding-bottom:1em;}
.paddingTop05em{ padding-top:0.5em }
.paddingTop1em{ padding-top:1em}
.paddingLeft1em{ padding-left:1em}
.paddingRight1em{ padding-right:1em}

