@charset "UTF-8";
/* !
 * module.css
 * 
 */

.positionBlock {
	position: relative;
}
.inner {
  padding: 10px;
  overflow: hidden;
  clear: both;
}
/*　アイコン　*/
.icon {
	margin-left: 10px;
}
/*　NEW　アイコン　*/
.icoNew {
	color: #FFF;
	font-style: normal;
	font-size: 	0.714rem;
	background-color: #EB9E25;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px;
	line-height: normal;
	font-weight: bold;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*　バナー画像　透過　*/
[class*="banner"] a:hover img,
[id*="banner"] a:hover img  {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*　段落　 */
.pa-gr {
  text-indent: -1em;
  padding-left: 1em;
}
/*　注意　 */
.caution {
  color: #FF0000;
}

/* !ボタン編 ------------------------------------------------ */
@media only screen and (max-width:640px) {
[class*="btnNav"].w280px {
	width:auto;
}
}
[class*="btnNav"] {
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;

	 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}
[class*="btnNav"] a {
	padding: 10px;
	text-decoration: none;
	display:block;
	text-align:center;
	position: relative;
	line-height: 1.5;
	

	border:1px solid #000;
	font-weight: bold;
	overflow: hidden;
	font-size:1.143rem;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
[class*="btnNav"] a:link {
	color: #000;
}
[class*="btnNav"] a:visited {
	color: #000;
}

[class*="btnNav"] a:hover {
	background-color: #EB9E25;
	transition: background-color 1s;
	color: #FFF;
}
[class*="btnNav"] a:after {
	font-family: FontAwesome;
	position: absolute;
}
/*　右矢印　*/
[class*="btnNav01"] a:after {
	content:"\f101";
	right: 10px;
	top: 8px;
}

/*　左矢印　*/
[class*="btnNav02"] a:after {
	content:"\f100";
	left: 10px;
	top: 8px;
}

/*　前のページへ戻る　ボタン　*/
.btnBack {
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.btnBack a {
	padding: 10px;
	text-decoration: none;
	display:block;
	text-align:center;
	position: relative;

	border:1px solid #000;
	font-weight: bold;
	font-size:1.143emrem !important;
}
.btnBack a:after {
	font-family: FontAwesome;
	position: absolute;	
	content:"\f100";
	left: 10px;
	top: 8px;
}
.btnBack a:link {
	color: #000;
}
.btnBack a:hover {
	background-color: #EB9E25;
	transition: background-color 1s;
	color: #FFF;
}
@media print, screen and (min-width:640px) {
/* !ボタン編 ------------------------------------------------ */
[class*="btnNav"] {
	width: 260px;
}
[class*="btnNav"] a {
	font-size:1.125rem !important;
}
.btnNav01 a:after {
	right: 20px;
	top: 8px;
}
.btnNav02 a:after {
	left: 20px;
	top: 85px;
}
/*　前のページへ戻る　ボタン　*/
.btnBack {
	width: 260px;
}
}

/* !ファイル一覧 ------------------------------------------------ */

ul.fileList  {
	padding: 0;
	margin: 0;
}
ul.fileList li {
	margin: 0px 0px 20px;
}
ul.fileList li:last-child {
	margin: 0px 0px 0px;
}
ul.fileList li a {
	padding: 0.25em 0em 0.5em 2.5em;
	margin: 0em 0em 0.5em;
	background-repeat: no-repeat;
	background-position: left 0px;
	font-weight: normal;
}
/* Word要素 */  
ul.fileList li [href$=".doc"] {
	background-image: url(../images/ico_doc.jpg);
}  
/* Excel要素 */  
ul.fileList li [href$=".xls"] {   
	background-image: url(../images/ico_xls.jpg) ;  
} 
/* PDF要素 */  
ul.fileList li [href$=".pdf"] {   
	background-image: url(../images/ico_pdf.png) ;  
} 

ul.fileList p.file:link,
ul.fileList p.file:visited, 
ul.fileList p.file:hover {
	color: #000;
}

/* !table編 ------------------------------------------------ */
table[class*="layout"],
table[class*="layout"] th,
table[class*="layout"] td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
table.layout01 {
	border-top: 1px solid #CCC;
	width:100%;
}
table.layout01 th {
	padding:10px 20px;
	width: 270px;
	vertical-align: top;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CCC;
}
table.layout01 td {
	padding:10px 20px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
#products table.layout01 th {
	width:260px;
}

table.layout02 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 100%;
}
table.layout02 th {
	background-color: #F5F7F6;
	padding: 10px 20px;
	vertical-align: top;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.layout02 td {
	padding: 10px 20px;
	vertical-align: top;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*　製造拠点　テーブル　*/
table.layout03 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.layout03 th,
table.layout03 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  text-align: center;
}
table.layout03 th {
  background-color: #eee;

}

/* !dl編 ------------------------------------------------ */
dl.layout01 {
	margin: 0;
	padding: 0;
}
dl.layout01 > dt {
	width: 100%;
	padding: 10px;
	font-weight: bold;
	font-feature-settings: "palt";
	font-weight: bold;
	font-size: 15px;

	box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}

dl.layout01 > dd {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
/* !レイアウトリスト編 ------------------------------------------------ */
ul.layout01 {

	padding: 0px 0px 0px 25px;
}
ul.layout01 > li {
	list-style: disc;
}
ol.layout01 {

	padding: 0px 0px 0px 25px;
}
ol.layout01 > li {
	list-style: decimal;
}
/* !写真一覧分 -------------------------------------------------------- */
.photoList01 {
	width: 100%;
	overflow:hidden;
}
.photoList01 li {
	font-size: 0px;
	line-height: 0;
	text-align:center;
	width:50%;
	height: auto;
	float:left;
}

@media print, screen and (min-width:540px) and (max-width:640px ){
.photoList01 {
	width: 540px;
	margin:0 auto;
	overflow:hidden;
}
}
/* !写真部分 -------------------------------------------------------- */
[class*="photoArea"] figure {
	font-size: 0px;
	line-height: 0;
	margin-bottom: 20px;
	text-align:center;
}
.photoArea-Ri {
}
.photoArea-Le {
}

/* !お知らせ　一覧 -------------------------------------------------------- */
#listArea {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
#listArea ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
#listArea ul li {
	width: 100%;
	margin-bottom: 40px;
}
#listArea ul li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	display:block;
	overflow:hidden;
}
#listArea ul li dl {
	margin: 0;
	padding: 0;
}
#listArea ul li dt {
	position:relative;
	width: 60px;
	height:60px;
	overflow: hidden;
	float:left;
	margin: 0;
	padding: 0px;
}
#listArea ul li dt span {
	margin: auto;
	padding:2px 5px;
	color:		#FFF;
	position:	absolute; /* 絶対位置指定 */
	top: 0;
	left: 0;
	line-height: 1;
	font-size:11px;
	background-color: #0A3B76;
	font-weight: bold;
}
#listArea ul li dt img {
	border-style: none;
	height: auto;
	max-width: none;
	width: auto;
}
#listArea ul li a:hover dt img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#listArea ul li dd {
	margin: 0;
	padding: 0px 0px 0px 70px;
}
#listArea ul li dd p {
	color: #333;
	font-size: 15px;
}
#listArea ul li dd time {
	margin-right:1rem;
}
#listArea ul li dd h3 {
	text-decoration: underline;
	color: #333;
	margin: 10px 0;
}
#listArea ul li a:link p,
#listArea ul li a:active p,
#listArea ul li a:visited p {
	color: #333;
}
#listArea ul li a:hover p,
#listArea ul li a:hover h3  {
	color: #E20A16;
}
@media screen and (max-width:640px) {
/*　table編　*/
table.layout01 th {
    display: block;
	width: 100%;
	padding:10px;
	border-left: none;
}
table.layout01 td {
	display: block;
	padding:10px;
	border-right: none;
}
table.layout01 tr:last-child td {
	border-bottom: none;
}

table.layout02 {
	display: block;
	border: none;
}
table.layout02 caption {
	display: block;
	margin-bottom:10px;
}
table.layout02 thead {
	display: none;
}
table.layout02 tbody {
	display: block;
}
table.layout02 tbody tr {
	display: block;
	margin-bottom: 1.5em;
}
table.layout02 tbody th,
table.layout02 tbody td {
	display: list-item;
	border: none;
}
table.layout02 tbody th {
	margin-bottom: 5px;
	list-style-type: none;
	background:  #F5F7F6;
}
table.layout02 tbody td {
	margin-left: 20px;
	padding: 0;
}

table.layout03 {
    border: none;
}
table.layout03 thead {
    display: none;
}
table.layout03 tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
}
table.layout03 td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
}
table.layout03 td.none {
	display:block;
}
table.layout03 td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
}
}
@media print, screen and (min-width:640px) {
/*　dl編　*/
dl.layout01 {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
dl.layout01 > dt {
	float: left;
	width: 280px;
	padding: 15px 0 15px 0em;
}
dl.layout01 > dd {
	padding: 15px 0 15px 300px;
	border-bottom: 1px dotted #CCC;
}
/*　レイアウトリスト編　*/
ul.layout01 {

	padding: 0px 0px 0px 20px;
}
ul.layout01 > li {
	list-style: disc;
}
ol.layout01 {

	padding: 0px 0px 0px 25px;
}
ol.layout01 > li {
	list-style: decimal;
}
/*　写真一覧　*/
.photoList01 {
	display: inline-flex;
	flex-wrap: wrap;
}
.photoList01 li {
	width:auto;
	float:none;
}

/*　写真部分　*/
[class*="photoArea"] figure {
	margin-bottom: 0px;
}
.photoArea-Ri {
	display: flex;
	align-self:baseline;
	flex-direction: row-reverse;
}
.photoArea-Le {
	display: flex;
	align-self:baseline;
	flex-direction: row;
}

/*　お知らせ　一覧　*/
#listArea {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1080px;
}
#listArea ul {
	margin: 0;
	padding: 0;
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
#listArea ul  li {
	width: 520px;
	margin-bottom: 40px;
}
#listArea ul li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	display:block;
	overflow:hidden;
}
#listArea ul li dl {
	margin: 0;
	padding: 0;
}
#listArea ul li dt {
	position:relative;
	width: 120px;
	height:120px;
	overflow: hidden;
	float:left;
	margin: 0;
	padding: 0px;
}
#listArea ul li dt img {
	border-style: none;
	height: auto;
	max-width: none;
	width: auto;
}
#listArea ul li dd {
	margin: 0;
	padding: 0px 0px 0px 135px;
}
#listArea ul li dd p {
	font-size: 15px;
}
#listArea ul li dd time {
	margin-right:1rem;
}
#listArea ul li dd h3 {
	text-decoration: underline;
	color: #333;
	margin: 10px 0;
}
}
/* !ページ遷移 -------------------------------------------------------- */
div.pager {
	overflow: hidden;
	margin: 0px auto 30px;
	width: 85%;
}

#album div.pager,
#activity div.pager {
	width: 85%;
}

#blog div.pager {
	width: 82%;
}

div.pager ul {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
}

div.pager li {
	display: inline;
	margin: 0;
	padding: 0;
}

div.pager li strong {
	display: inline-block;
	padding: 1em;
	background-color: #EB9E25;
}

div.pager li a {
	display: inline-block;
	padding: 1em;
	background-color: #000000;
}

div.pager li a:link,
div.pager li a:visited {
	color: #ffffff;
}

ul.pager li a:hover,
ul.pager li a:active {

	background-color: #003399;
	color: #FFFFFF;
}

/* !タイトル　装飾 -------------------------------------------------------- */
.slash01 {
  clear: both;
  text-align: center;
  line-height: 1;
  color:#38AFC0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.slash01:before {
	content: url(../images/slash_01_le_sp.png);
	padding: 0;
	margin-right:10px;
}
.slash01:after {
	content: url(../images/slash_01_ri_sp.png);
	padding: 0;
	margin-left:10px;
}
@media print, screen and (min-width:640px) {
/*　タイトル　装飾　*/
.slash01 {
  font-size: 1.563rem;
  margin-bottom: 25px;
}
.slash01:before {
	content: url(../images/slash_01_le_pc.png);
	padding: 0;
	margin-right:20px;
}
.slash01:after {
	content: url(../images/slash_01_ri_pc.png);
	padding: 0;
	margin-left:20px;
}
}

/* !スマホでのみ改行 -------------------------------------------------------- */
@media (min-width: 350px) {
  br.spMini {
    display: none;
  }
}
@media (min-width: 640px) {
  br.sp {
    display: none;
  }
}
/* !PCでのみ改行 ------------------------------------------------------------ */

@media (max-width: 639px) {
  br.pc {
    display: none;
  }
}
/* !Base Fonts -------------------------------------------------------------- */
.fwN {
  font-weight: normal;
}

.fwB {
  font-weight: bold;
}

.fzSS {
  font-size: 72%;
}

.fzS {
  font-size: 86%;
}

.fzM {
  font-size: 100%;
}

.fzL {
  font-size: 115%;
}

.fzLL {
  font-size: 129%;
}

.fzLLL {
  font-size: 143%;
}

sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .blockC {
  margin-right: 0;
  margin-left: 0;
}

.blockR {
  margin-left: auto;
  text-align: left;
}

* html .blockR {
  margin-left: 0;
}

/* !color ------------------------------------------------------------------- */
.color01 {
	color: #F15F40;
}
/* !line-height ------------------------------------------------------------- */
.liHe1 {
	line-height: 1;
}
.liHe130 {
	line-height: 130%;
}
.liHe2 {
	line-height: 2;
}

/* !width ------------------------------------------------------------------- */
.w980px {
  width: auto;
}

.w920px {
  width: 920px;
}
.w880px {
  width: auto;
}
.w860px {
  width: 860px;
}

.w800px {
  width: 800px;
}

.w740px {
  width: 740px;
}

.w660px {
  width: auto;
}

.w620px {
  width: auto;
}

.w560px {
  width: 560px;
}
.w540px {
  width: 540px;
}
.w500px {
  width: 500px;
}

.w440px {
  width: 440px;
}

.w380px {
  width: 380px;
}
.w330px {
  width: 330px;
}

.w160px {
  width: 160px;
}
.wHalf {
  width: 48%;
}

.wTri {
  width: 33%;
}

.wQuart {
  width: 24%;
}

.wFull {
  width: 99.9%;
}

.wMax {
  width: 100%;
}

.w03per {
  width: 3% !important;
}

.w13per {
  width: 13% !important;
}

.w0 {
  width: 0px !important;
}

.w5 {
  width: 5px !important;
}

.w10 {
  width: 10px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w45 {
  width: 45px !important;
}

.w50 {
  width: 50px !important;
}

.w280px {
  width: 280px;
}
@media (min-width:640px) {
.w980px {
  width: 980px;
}
.w880px {
  width: 880px;
}
.w660px {
  width: 660px;
}
.w620px {
  width: 620px;
}

}

/* !Line ------------------------------------------------------------------ */
hr.line-01 {
  border-top: 2px dotted #999;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
hr.line-02 {
	border-top: 1px solid #999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.line-03 {
	background-image: url(../images/line_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
hr.line-04 {
	border-top: 1px solid #D6D6D6;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 20px 0px;
	display:block;
}
@media (min-width:640px) {
hr.line-04 {
	display:none;
}
}
/* !Floats ------------------------------------------------------------------ */
.flL {
  float: none;
}
.flR {
  float: none;
}
.flImgL {
  display: inline;
  float: left;
  margin-right: 20px;
}
.flImgR {
  display: inline;
  float: right;
  margin-left: 20px;
}
.ftBox {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width:640px) {
.flL {
  float: left;
}
.flR {
  float: right;
}
}
/* !Tools ------------------------------------------------------------------- */
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bgN {
  background: none !important;
}
.tdU {
  text-decoration: underline;
}
.tdN {
  text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}


.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 17px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 20px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 22px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 25px;
}

.ml50 {
  margin-left: 50px;
}

.mb60 {
  margin-bottom: 30px;
}
.ml60 {
  margin-left: 60px;
}
.mb65 {
  margin-bottom: 33px;
}
.mb70 {
  margin-bottom: 35px;
}
.mb75 {
  margin-bottom: 37px;
}
.mb80 {
  margin-bottom: 40px;
}
.mb90 {
  margin-bottom: 45px;
}
.mt80 { 
 margin-top: 80px;}
.mt100 { 
 margin-top: 50px;}
.mb100 {
  margin-bottom: 50px;
}
.mb110 {
  margin-bottom: 55px;
}
.mb120 {
  margin-bottom: 60px;
}
@media (min-width:640px) {
.mb35 {
  margin-bottom: 35px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
mt100 { 
 margin-top: 100px;}
.mb100 {
  margin-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.ml200 {
  margin-left: 120px;
}
}
/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pr35 {
  padding-right: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pr45 {
  padding-right: 45px;
}
.pb45 {
  padding-bottom: 45px;
}
.pl45 {
  padding-left: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}

/* !List  ---------------------------------------------------------------- */
.list_inline01 {
  margin-top: -10px;
}
.list_inline01 li {
  display: inline-block;
  margin: 10px 0 0;
  width: 49.9%;
  float: left;
  position: relative;
  padding: 0px 0px 0px 1em;
  
   box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -o-box-sizing: border-box;
}
.list_inline01 li:last-child {
  margin-right: 0;
}
.list_inline01 li .mark {
  position: absolute;
  left: 0;
  top: -5px;
  color: #000;
}
