/* Compiled from SCSS */
/*--------------------------------------------------------------------------*/
/* NEWS */
/*--------------------------------------------------------------------------*/
body.single-post {
  font-size: 14px;
}
body.single-post .contents-wrapper a {
  color: #ff6600;
}
body.single-post .contents-wrapper .title-group {
  margin: 50px 0 0 0;
}
body.single-post .contents-wrapper .title-group .category,
body.single-post .contents-wrapper .title-group .date {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
}
body.single-post .contents-wrapper .title-group .category {
  font-size: 18px;
  color: gray;
}
body.single-post .contents-wrapper .title-group h1 {
  font-size: 36px;
  font-weight: 300;
  margin: 12px 0 0 0;
  line-height: 1.25em;
}
body.single-post .contents-wrapper .title-group .date {
  margin: 12px 0 0 0;
}
body.single-post .contents-wrapper .title-group .date span {
  font-weight: 300;
  background-color: #eeeeee;
  font-size: 12px;
  padding: 2px 5px 1px;
}
body.single-post .contents-wrapper .text-group {
  margin: 20px 0 0 0;
}
body.single-post .contents-wrapper .headline01-group {
  margin: 30px 0 0 0;
}
body.single-post .contents-wrapper .headline01-group .headline01 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25em;
}
body.single-post .contents-wrapper .headline01-group .headline01-sub {
  margin: 12px 0 0 0;
}
body.single-post .contents-wrapper .headline02 {
  font-size: 20px;
  font-weight: normal;
  margin: 80px 0 0 0;
  border-left: 2px solid #ff6600;
  padding: 0 0 0 8px;
}
body.single-post .contents-wrapper .image-group {
  margin: 50px 0 0 0;
}
body.single-post .contents-wrapper .image-group .center {
  text-align: center;
}
body.single-post .contents-wrapper .image-group .center .wrapper {
  display: inline-block;
  margin: 0 auto;
}
body.single-post .contents-wrapper .image-group .center .caption {
  text-align: center;
}
body.single-post .contents-wrapper .image-group .left {
  display: inline-block;
}
body.single-post .contents-wrapper .image-group .left .caption {
  text-align: left;
}
body.single-post .contents-wrapper .image-group .caption {
  margin: 0 0 0 0;
  line-height: 1.25em;
  position: relative;
}
body.single-post .contents-wrapper .image-group .discription {
  margin-top: 10px;
}
body.single-post .contents-wrapper .newsrelease {
  margin: 30px 0 30px 0;
  padding: 7px 0 0 40px;
  background: url(../img/common/icon_pdf.png) 0 center no-repeat;
  line-height: 30px;
}
body.single-post .contents-wrapper .newsrelease a {
  color: #ff6600;
}
body.single-post .common-footer-tools {
  margin-top: 60px;
}

/*
@mixin center($width);
@mixin horizontalList($margin:0, $num:0);
@mixin borderBox();
@mixin clearfix();
*/
/*
@mixin hideText($height);
@mixin hideTextBtn($height, $width:0);
@mixin hideTextBtnSprite($height, $width, $num:0);
@mixin numberingList($before:'', $after:'', $padding:10px);
@mixin scrollable();
*/
/*
@mixin opacity($opacity);
@mixin transition($property:all, $duration:400, $easing:ease-in-out);
@mixin perspective($value);
@mixin transform($scale:1.0, $rotateX:0, $rotateY:0, $rotateZ:0, $x:0, $y:0, $skewX:0, $skewY:0);
@mixin animation($name, $duration:400, $easing:ease-in-out, $delay:0, $count:1, $direction:normal, $fill:both);
@mixin keyframes($name){
	$var: 0.65;
	$init: 30px;

	0% {
		@include transform($y:0);
	}
	20% {
		@include transform($y:-$init*$var);
	}
	40% {
		@include transform($y:$init*$var*$var);
	}
	60% {
		@include transform($y:-$init*$var*$var*$var);
	}
	80% {
		@include transform($y:$init*$var*$var*$var*$var);
	}
	100% {
		@include transform($y:0);
	}
}
@mixin borderRadius($topLeft:inherit, $topRight:inherit, $bottomRight:inherit, $bottomLeft:inherit);
@mixin textShadow($horizontal:0, $vertical:1px, $color:#fff, $blur:0);
@mixin boxShadow($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
@mixin boxShadowInset($horizontal:0, $vertical:0, $blur:5px, $rgba:rgba(0,0,0,0.5));
*/
/*--------------------------------------------------------------------------*/
/* Module */
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* State */
/*--------------------------------------------------------------------------*/
