@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html {
}
body {
	-webkit-text-size-adjust: 100%;
}
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
html,body {
  height:100%;
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color: #747373;
}
a:hover, a:active {
	text-decoration:underline;
	color:#333;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img {
  max-width: 100%;
  height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#wrapper {
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
}
#seo {
}
#seo h1 {
	width:996px;
	margin:0 auto;
	padding:3px;
	font-size:10px;
}
#header .header{
	position:relative;
	width:996px;
	margin:0 auto;
	padding: 10px 0 15px;
	line-height:1.3;
	background: url(../images/h_illust.png) no-repeat 670px 0;
}
#header #logo {
	display:inline;
	float:left;
}
#header #h_copy {
	display:inline;
	float:left;
	width:400px;
	margin:10px 0 0;
	padding-left: 20px;
	line-height:1.5;
}
#header #h_copy #catch a{
	font-size:12px;
}
#header #h_copy #catch a:hover{
}
#header #h_copy #area {
	font-size:10px;
	font-weight:normal;
}
#header #h_tel {
	width: 230px;
	text-align:right;
}
#header #h_tel .contact{
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
#header #h_tel .tel{
	position: relative;
	width: 100%;
	font-size: 24px;
	color: #333;
	margin-bottom: 3px;
	font-weight: bold;
}
#header #h_tel .tel::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 32px;
	height: 29px;
	background:url(../images/ico_tel.png) no-repeat center center;
	background-size: contain;
}
#header #h_tel .acceptance {
	padding: 3px 0;
	font-size:12px;
	line-height: 20px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 13px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#navi {
	background:#1c1c1c;
}
#navi #menu {
	position:relative;
	display:table;
	table-layout: fixed;
	width:996px;
	margin:0 auto;
	border-collapse:collapse;
}
#navi #menu li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#navi #menu li.wid140 {
	width: 140px;
}
#navi #menu li a {
	position:relative;
	display:block;
	text-decoration:none;
	font-size:13px;
	color: #fff;
	font-weight: bold;
	height: 42px;
	line-height:1.3;
	padding-top:10px;
}
#navi #menu li a span{
	font-size:12px;
	color:#cecc2c;
	font-weight:bold;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
#navi #menu li a::before,
#navi #menu li a::after {
	position:absolute;
	display:block;
	content:'';
	top:10px;
	width:1px;
	height:32px;
	background: #fff;
}
#navi #menu li a::before {
	left:0;
}
#navi #menu li a::after {
	right:-1px;
}
#navi #menu li a:hover {
	color: #fff;
	background:#4b4b4b;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:996px;
	margin:0 auto 120px;
	padding-top: 20px;
}
.container {
	width: 996px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	float:right;
	width:766px;
	padding:0 0 60px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:left;
	width:220px;
}
#side a:link, #side a:visited {
}
#side a:hover, #side a:active {
}
#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	font-size: 16px;
	position:relative;
	margin-bottom:10px;
	padding-left: 5px;
	line-height: 1.2;
}
#side .head span{
	font-size: 12px;
	color: #747373;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: bold;
}
.btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .btn_login a {
	margin:0 20px 5px;
	background:#1c3c6f;
}
#side .btn_regist a {
	margin:0 20px;
	background: #D88B00;
}
#side .btn_contact a {
	margin:0 0 5px;
	background:#cecc2c;
	font-size: 14px;
}
#side .btn_contact a:hover {
}
#side .bnr {
	width: 200px;
	margin:10px auto;
}
#side .bnr ul li {
	margin:0 0 10px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
 padding-top: 15px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
 position: relative;
	margin:0 5px 5px;
}
#side .side_content ul li::before {
 position: absolute;
 content: '';
 display: block;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(26,109,178) 0%, rgb(29,146,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(26,109,178) 0%, rgb(29,146,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(26,109,178) 0%, rgb(29,146,195) 100%);
}


#side .side_content ul li a{
	position: relative;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
 font-size: 20px;
 color: #002654;
 font-style: italic;
}
#side .side_content ul li a::after{
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 87px;
	height: 57px;
 background-image: url(../images/side_ico_off.png);
 background-repeat: no-repeat;
 background-position: right bottom;
}
#side .side_content ul li a:hover {
 color: #1D92C3;
}
#side .side_content ul li a:hover::after{
 background-image: url(../images/side_ico_on.png);
}
#side .side_content ul li span {
 display: block;
 font-size: 12px;
}

#side .side_bnr {
	margin:0 auto 30px;
}
#side .side_bnr ul  {
}
#side .side_bnr ul li {
	margin:0 0 5px;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}
#side .smenu dl dd a:hover {
}

#side .fb {
	width: 210px;
	margin: 0 auto 10px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#e6f9ff;
	margin: 0 0 20px;
}
#side .side_regist .head {
    border: none;
    text-align: center;
    font-size: 18px;
}
#side .side_regist .head_ttl{
	border:none;
	font-size:18px;
}
#side .side_regist .sub_ttl{
	padding: 10px;
	background:#f39800;
	margin:0 0 10px;
	text-align: center;
}
#side .side_regist .item_num {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
}
#side .side_regist .item_num li {
	border-bottom: 1px solid #ccc;
}
#side .side_regist .item_num span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#side .side_blog {
	margin-bottom: 20px;
}
#side .side_blog dl  {
	padding:10px;
	line-height: 1.5;
}
#side .side_blog dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .side_blog dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .side_blog dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .side_blog dl dd a{
	display:block;
	text-decoration:none;
}
#side .side_blog dl dd a:hover {
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	padding: 0 10px;
	margin:0 auto 10px;
}
#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .link .head{
	margin:0 auto 5px;
	border-left: 4px solid #747373;
}
#side .link ul{
	padding:0 0 0 0;
}
#side .link ul li{
	margin:0;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#side .link ul li.marker a{
	position: relative;
	display:block;
	padding:2px 0 2px 15px;
	text-decoration:none;
	text-align: left;
}
/*#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
	
}*/
#side .link ul li.marker a:hover {
}

#side .link ul li img{
	max-width:280px;
	vertical-align:top;
	padding:2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 10px;
	line-height:150%;
	padding: 10px;
}
#company_info .head {
	margin:0 0 10px;
	padding-top: 5px;
	border-top: 4px solid #747373;
}
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .upper {
	/*background:#fff url(../images/side_company_top.jpg) no-repeat top;*/
}
#company_info h3 {
	font-size:14px;
	margin:0 0 5px;
	border-bottom:1px solid #333;
}
#company_info h3 a{
}
#company_info .addr {
	margin:0 0 5px;
}
#company_info .side_tel {
	width: 100%;
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 0 10px;
	padding: 8px;
	color: #747373;
	border-radius: 10px;
	box-sizing: border-box;
}
#company_info .side_fax {
	color: #041fb6;	
}
#company_info .side_tel .tel_num {
	position: relative;
	font-size: 20px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
}
#company_info .side_tel .fax_num {
	font-size: 18px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
	text-align: center;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
	line-height: 1.3;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	color: #fff;
	position: relative;
	background: #1c1c1c;
}
#footer::before {
	position: absolute;
	width: 100%;
	height: 120px;
	top: -120px;
	content: "";
	background: url("../images/bottom_illust.png") repeat-x;
}
#footer .footer{
	width: 996px;
	margin:0 auto;
	padding-top: 25px;
}

#footer .left_bloc {
	width: 35%;
}
#footer .left_bloc img{
	margin: 0 0 20px;
}
#footer .right_bloc {
	width: 65%;
	margin: 0 0 20px;
}
#footer #f_bnr li{
	width: 300px;
}
#footer #f_bnr li.blog a{
	display: block;
	height: 70px;
	background:#fff url("../images/ico_kokokara_blog.png") no-repeat 10px 8px;
	background-size: 30%;
	font-size: 14px;
	font-weight: bold;
	color: #fb2e02;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
	padding-left: 100px;
	border-radius: 10px;
	padding-top: 30px;
}
#footer #f_bnr .blog a:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#footer ul#f_navi {
	margin: 0 0 20px;
}

#footer ul#f_navi li a {
	color: #fff;
	text-decoration: none;
}
#footer ul#f_navi li a:hover {
	color:#f7f416;
	text-decoration: underline;
}
#footer address {
	display:inline;
	float:right;
	text-align:right;
}
#footer address a{
	color: #fff;
}
#footer address a:hover {
	color:#f7f416;
}
#footer ul#ico li {
	display:inline;
	float:right;
	margin:0 0 0 5px;
}
#footer2 {
	color: #fff;
	background: #1c1c1c;
	text-align: right;
}
#footer2 a{
	color: #fff;
}
#footer2 a:hover{
	color:#f7f416;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#c00;
}
.blue {
	color:#36c;
}
/*太字*/
.bold {
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}

.fa{
	margin-right:5px;
}

.bg_gray {
  background-color: #eee !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●ページャー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.pager {
	display:table;
	table-layout:fixed;
	width:100%;
	margin:0 auto 20px;
}
.pager div {
	display:table-cell;
}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
 
/* c-flex
--------------------------------------------------------- */
[class*="c-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-flex--between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-flex--around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.c-flex--alignCenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.c-flex--alignEnd {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.c-flex--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-align-items: row-reverse;
  -ms-align-items: row-reverse;
  -o-align-items: row-reverse;
  flex-direction:row-reverse;
}
.c-flex--col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.c-jus-center {
	-webkit-justify-content: center; 
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-jus-end {
	-webkit-justify-content: flex-end; 
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.c-item--alignCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.c-item--stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.u-mobile-only {
  display: none;
}
