@charset "UTF-8";
/* CSS Document */

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
body {
	box-sizing: border-box;
	width: 100%;
	min-width: 1100px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #333;
	background-color: #fff;
	word-wrap : break-word;
	overflow-wrap : break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 86px auto 0;
}
@media all and (-ms-high-contrast:none) {
	body { font-family: "メイリオ", Meiryo, sans-serif; }
}
@supports (-ms-ime-align: auto) {
	body { font-family: "メイリオ", Meiryo, sans-serif; }
}



/* =========================================================
共通
========================================================= */
#wrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
#contents {
	margin: 0;
}
.wi1100 {
width: 1100px;
margin: 0 auto;
}
.wi980 {
width: 980px;
margin: 0 auto;
}
#contents section {
	margin: 0 auto 100px;
}
#contents section > p {
	margin-bottom: 15px;
}
#contents section .inner > p {
	margin-bottom: 15px;
}
.eng {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Oswald', sans-serif;
}
.pcHide {
	display: none;
}
.spHide {
	display: block;
}
.padding60 {
	padding: 0 60px;
}
.fontNS {
    font-family: 'Noto Sans JP', sans-serif;
}
.lead {
	margin: 0 0 50px;
	line-height: 1.85;
}



/* =========================================================
header
========================================================= */
#header {
	box-sizing: border-box;
	width: 100%;
	min-width: 1100px;
	background-color: #fff;
}
#header .wi1100 {
padding: 20px;
box-sizing: border-box;
transition-duration: 0.3s;
}
#header h1 {
float: right;
text-align: right;
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
margin: 0 0 15px 0;
width: 756px;
}
#header .logo {
width: 265px;
float: left;
margin: 0;
transition-duration: 0.2s;
}


/* =========================================================
footer
========================================================= */
#footer {
	width: 100%;
	clear: both;
	margin: 100px 0 0;
}
#footer #pageTop {
width: 60px;
height: 60px;
	display: block;
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	z-index: 100;
	transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
#footer #pageTop:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}


/* =========================================================
contact
========================================================= */

#contact  {
padding: 0 0 60px 0;
}
#contact .contArea {
padding: 0 60px;
box-sizing: border-box;
}
#contact .contArea .sBox {
float: right;
width: 470px;
vertical-align: top;
border: 1px solid #000;
border-radius: 5px;
}
#contact .contArea .sBox:nth-child(2) {
float: left;
}
#contact .contArea .sBox .upp {
background: #000;
color: #FFF;
padding: 6px;
}
#contact .contArea .sBox .mTit {
padding: 19px 0 15px 0;
line-height: 2.2rem;
}
#contact .contArea .sBox .mTit .telT {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
}
#contact .contArea .sBox .mTit .num,
#contact .contArea .sBox .mTit .num a {
font-size: 30px;
font-size: 3rem;
font-weight: bold;
color: #444;
text-decoration: none;
}
#contact .contArea .btn a {
height: 120px;
display: block;
text-decoration: none;
}
#contact .contArea .btn a .mTit {
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
background: url("../../images/shared/arr_black.png") right 20px top 50% no-repeat;
background-size: 8px auto;
padding: 21px;
line-height: 4.2rem;
}
#contact .contArea .sBox a {
text-decoration: none;
color: #444;
}
#contact .contArea .sBox p {
font-size: 14px;
font-size: 1.4rem;
text-align: center;
}


#footer #botArea {
background: #444;
}
#footer #botArea .inner {
padding:  40px 20px;
box-sizing: border-box;
}
#footer #botArea .inner p,
#footer #botArea .inner a {
color: #FFF;
text-decoration: none;
}
#footer #botArea .inner div {
float: left;
}
#footer #botArea .inner div p {
font-size: 1.3rem;
}
#footer #botArea .inner .logo {
width: 160px;
margin: 24px 34px 0 0;
}
#footer #botArea .inner .add01,
#footer #botArea .inner .add02 {
margin: 0 30px 0 0;
}
#footer #botArea .inner .btnOnline {
float: right;
margin: 14px 0 0 0;
}
#footer #botArea .inner .btnOnline a {
background: #000 url("../../images/shared/arr_white.png") right 10px top 50% no-repeat;
background-size: 6px auto;
display: block;
padding: 8px 40px 8px 36px;
border-radius: 5px;
font-size: 1.3rem;
text-decoration: none;
}
#footer #botArea .copy {
border-top: 1px solid #777;
text-align: center;
color: #FFF;
padding: 6px;
box-sizing: border-box;
font-size: 1.2rem;
}



/* =========================================================
topicPath
========================================================= */
#topicPath {
	width: 1100px;
	padding: 12px 20px 0;
	margin: 0 auto 50px;
}
#topicPath ul {
}
#topicPath ul li {
	font-size: 1.3rem;
	line-height: 1.2;
	display: inline;
}
#topicPath ul li a {
	font-size: 1.3rem;
	line-height: 1;
	white-space: nowrap;
}
#topicPath ul li::before {
	content: '>';
	font-size: 1.3rem;
	position: relative;
	top: -1px;
	margin: 0 5px;
	text-decoration: none;
}
#topicPath ul li:first-child::before {
	content: none;
}


/* =========================================================
key（下層）
========================================================= */
#keyArea.lower {
	background: url("../../images/shared/key_lower.jpg") no-repeat top center;
	background-size: cover;
}
#keyArea.lower .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
#keyArea.lower .secTitWrap {
	display: table;
	height: 160px;
	padding: 6px 0 0;
}
#keyArea.lower .secTitBox {
	display: table-cell;
	vertical-align: middle;
}
#keyArea.lower .secTitBox .eng {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.07em;
	padding: 0 0 13px;
}
#keyArea.lower .secTitBox .secTit {
	color: #fff;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
	border-top: solid 1px #fff;
	padding: 10px 90px 0 0;
}



/* =========================================================
下層共通
========================================================= */
/* Title */
.titArea {
width: 1100px;
margin: 0 auto 36px;
}
.tH2 {
font-size: 30px;
text-align: center;
font-weight: normal;
letter-spacing: 0.2rem;
position: relative;
margin: 0 0 50px 0;
}
.tH2:before {
content: "";
position: absolute;
background: #999;
width: 30px;
height: 2px;
bottom: -10px;
left: calc(50% - 15px);
}
.tH2 .eng {
display: block;
font-size: 16px;
font-size: 1.6rem;
letter-spacing: 0.1rem;
}
.titArea p {
text-align: center;
}


/* =========================================================
ボタン
========================================================= */






/*--------------------------------------
　pdf
---------------------------------------*/
.pdf {}
.pdf a {
	background: #d11d1d;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	padding: 5px 0 4px;
	line-height: 1;
	display: block;
	width: 53px;
}




/* =========================================================
その他
========================================================= */
.alignleft{float:left;}
.alignright{float:right;}
.flImg{float:left;}
.frImg{float:right;}
.fontBold{font-weight: bold;}





/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

PCサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 769px) {

/* =========================================================
共通
========================================================= */
.sp {
	display: none;
}
.pc {
	display: block;
}

a[href^="tel:"] {
    pointer-events: none;
}
	
/* =========================================================
header
========================================================= */
#header {
width: 100%;
background-color: #fff;
transition-duration: 0.3s;
position: fixed;
top: 0;
z-index: 999;
border-bottom: 1px solid #eee;
}

#header.fixNav {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
top: -42px;
transition-duration: 0.3s;
border-bottom: 1px solid #eee;
/*box-shadow:0px 6px 6px -4px #eee;*/
}
#header.fixNav .wi1100 h1 {
margin: 0 0 23px 0;
}
#header.fixNav .wi1100 {
padding: 15px 20px 10px 20px;
}
#header.fixNav .wi1100 .logo {
width: 220px;
margin: 43px 0 0 0;
}
#keyArea.mt112 {
margin: 112px 0 0 0;
}

/* =========================================================
headTop
========================================================= */
.headTop {
	width: 1100px;
	margin: 0 auto 18px;
}

/* =========================================================
ボタン
========================================================= */

#contents .btnBl {
width: 230px;
margin: 30px auto 0;
}
#contents .btnBl a {
color: #FFF;
background: #000 url("../../images/shared/arr_white.png") right 14px top 50% no-repeat;
background-size: 8px auto;
text-align: center;
padding: 10px 22px 10px 18px;
display: block;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
}
#contents .btnBl_big {
width: 520px;
}	
#contents .btnBl_big a {
background: #000 url("../../images/shared/arr_white.png") right 18px top 50% no-repeat;
background-size: 8px auto;
font-size: 1.8rem;
padding: 24px 35px 24px 25px;
}		
	
	
	
	
/* =========================================================
navWrap
========================================================= */
#navWrap {
width: 756px;
float: right;
margin: 3px 0 0;
}
#header.fixNav #navWrap {
margin: 38px 0 0;
}
#nav {
display: table;
margin: 0 auto;
}
#nav .navBox {
display: table;
margin: 0 auto;
}
#nav .navBox li {
border-left: 3px solid #ccc;
float: left;
font-size: 1.4rem;
line-height: 1.4;
position: relative;
}
#nav .navBox li span {
display: block;
font-size: 1.4rem;
margin: 0 0 4px 0;
}
#nav .navBox li a {
font-size: 1.4rem;
line-height: 1.3;
letter-spacing: 0.1em;
color: #444;
text-decoration: none;
display: block;
padding: 0 40px 0 8px;
}
#nav .navBox li:last-child a {
padding: 0 20px 0 8px;
}
#nav .navBox li a:hover {
color: #6cb7f9;
opacity: 1;
}
#nav .navBox li .subWrap {
margin: 15px 0 0;
width: 260px;
position: absolute;
top: 20px;
left: calc(50% - 130px);
z-index: 1;
display: none;
}
#nav .navBox li .sub {
background: #1264a4;
padding: 5px 20px 20px;
position: relative;
}
#nav .navBox li .sub:before {
content: "";
position: absolute;
top: -25px;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-bottom: 13px solid #1264a4;
z-index: 1;
}
#nav .navBox li .sub li {
float: none;
padding: 0;
border-bottom: solid 1px #63a1d1;
}
#nav .navBox li .sub li:before,
#nav .navBox li .sub li:after {
content: none;
}
#nav .navBox li .sub li a {
color: #fff;
font-weight: normal;
padding: 13px 0;
display: block;
}	
#nav .navBox li .sub li a:hover {
-ms-filter: "alpha( opacity=70 )";
filter: alpha( opacity=70 );
opacity: 0.7;
transition: .3s;
}	

	

/* =========================================================
footer
========================================================= */



}	





/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

/* =========================================================
共通
========================================================= */
body {
	min-width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin: 0 auto 0;
}	
#wrapper {
	width: 100%;
	min-width: 100%;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.wi1100 {
width: 100%;
}
.wi980 {
width: 100%;
}
#contents section {
    margin: 0 auto 50px;
}
.padding60 {
	padding: 0 3%;
}
.lead {
    margin: 0 0 30px;
	line-height: 1.6;
}
	
/* =========================================================
header
========================================================= */
#header {
box-sizing: border-box;
width: 100%;
min-width: inherit;
background-color: #fff;
}
#header .wi1100 {
padding: 0;
box-sizing: border-box;
}
#header h1 {
float: none;
text-align: left;
font-size: 10px;
font-size: 1rem;
font-weight: normal;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
margin: 0;
padding: 6px 50px 6px 10px;
border-bottom: 1px solid #ddd;
width: auto;
}
#header .logo {
width: 150px;
float: none;
margin: 18px auto 16px;
padding: 0;
border: none;
}
/* =========================================================
headTop
========================================================= */
.headTop {
	display: block;
	width: 100%;
	background-color: #1264a4;
	padding: 10px 2%;
}

/* =========================================================
ボタン
========================================================= */

#contents .btnBl {
width: 80%;
margin: 0 auto;
}
#contents .btnBl a {
color: #FFF;
background: #000 url("../../images/shared/arr_white.png") right 14px top 50% no-repeat;
background-size: 6px auto;
text-align: center;
padding: 16px 22px 16px 18px;
display: block;
border-radius: 5px;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
}




/* =========================================================
navWrap
========================================================= */
/*--------------------------------------
　menuBtn
---------------------------------------*/
#menuBtn{
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background: #000;
	background: url("../../images/shared/menu_open.png") center no-repeat;
	background-size: 100%;
	cursor: pointer;
	z-index: 9999;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
body.open #menuBtn {
	background: url("../../images/shared/menu_close.png") center no-repeat;
	background-size: 100%;
}
body.open {
	height: inherit !important;
}

/* =========================================================
navWrap
========================================================= */
#navWrap {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: #473917;
	margin: 0 auto;
}
#navWrap .navWrapInner {
	width: 100%;
	margin: 0 auto;
}
#navWrap .navWrapInner .siteName {
	display: block;
	padding: 12px 4%;
}
#navWrap .navWrapInner .siteName a {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
#navWrap .navWrapInner .siteName a:hover {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}
#navWrap .navWrapInner .siteName .eng {
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #b2a890;
	padding: 0 0 0 10px;
	position: relative;
	top: -1px;
}

/*--------------------------------------
　nav
---------------------------------------*/
#nav {
	position: fixed;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 60px 0 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
	display: none;
}
#nav a {
	text-decoration: none;
}
body.open #menuBtn {
    background: url("../../images/shared/menu_close.png") center no-repeat;
	/*background: url("../../images/shared/menu_open.png") center no-repeat;*/
    background-size: 100%;
}
	

/* 以下装飾など */
#nav .navBox {
}
#nav .navBox:first-child {
	border-top: 1px solid #ddd;
	overflow: hidden;
}
#nav .navBox li {
	border-bottom: 1px solid #ddd;
}	
#nav .navBox li a {
	background: url("../../images/shared/arr_black.png") right 14px center no-repeat #FFF;
	background-size: 6px auto;
	display: block;
	color: #444;
	font-weight: 400;
	padding: 1.5rem 3.5rem 1.5rem 4%;
}
#nav .navBox li a .eng {
    width: 80px;
    /* margin: 0 20px 0 0; */
    display: inline-block;
    text-align: right;
    padding: 0 20px 0 0;
}
#nav .navBox li a.pcHide {
	display: none !important;
}
#nav .navBox li.tglMenu a {
	background: url("../../images/shared/arrow_white_down.png") right 14px center no-repeat #1264a4;
	background-size: 11px auto;
}	
#nav .navBox li.tglMenu.open a {
	background: url("../../images/shared/arrow_white_up.png") right 14px center no-repeat #1264a4;
	background-size: 11px auto;
}		
#nav .navBox li .subWrap {
	border-top: 1px solid #4a92ca;
	display: none;
}
#nav .navBox li .subWrap .sub li:last-of-type {
	border-bottom: none;
}
#nav .navBox li .subWrap .sub li a {
	background: url("../../images/shared/arrow_white_right.png") right 14px center no-repeat #3683be;
	background-size: 5px auto;
	padding: 1.5rem 3.5rem 1.5rem 8%;
}

	
/* =========================================================
footer
========================================================= */
#footer {
	width: 100%;
	margin: 60px 0 0;
}
#footer #pageTop {
width: 40px;
height: 40px;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 15px;
	cursor: pointer;
	z-index: 100;
}


/* =========================================================
contact
========================================================= */

#contact  {
padding: 0 0 40px 0;
}
#contact .contArea {
padding: 0 3%;
box-sizing: border-box;
}
#contact .contArea .sBox {
float: none;
width: 100%;
vertical-align: top;
border: 1px solid #000;
border-radius: 5px;
}
#contact .contArea .sBox:nth-child(2) {
float: none;
}
#contact .contArea .sBox .upp {
background: #000;
color: #FFF;
padding: 4px 10px;
}
#contact .contArea .sBox .mTit {
padding: 10px 3% 6px 3%;
line-height: 2.2rem;
}
#contact .contArea .sBox .mTit .telT {
font-size: 15px;
font-size: 1.5rem;
font-weight: bold;
}
#contact .contArea .sBox .mTit .num,
#contact .contArea .sBox .mTit .num a {
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
color: #444;
text-decoration: none;
}
#contact .contArea .btn {
margin: 0 0 20px 0;
}
#contact .contArea .btn a {
height: inherit;
display: block;
text-decoration: none;
}
#contact .contArea .btn a .mTit {
font-size: 15px;
font-size: 1.5rem;
font-weight: bold;
background: url("../../images/shared/arr_black.png") right 20px top 50% no-repeat;
background-size: 6px auto;
padding: 21px;
line-height: 1rem;
}
#contact .contArea .sBox a {
text-decoration: none;
color: #444;
}
#contact .contArea .sBox p {
font-size: 13px;
font-size: 1.3rem;
text-align: center;
}

#footer #botArea {
background: #444;
}
#footer #botArea .inner {
padding:  30px 3%;
box-sizing: border-box;
}
#footer #botArea .inner p,
#footer #botArea .inner a {
color: #FFF;
text-decoration: none;
}
#footer #botArea .inner div {
float: none;
}
#footer #botArea .inner div p {
font-size: 1.3rem;
text-align: center;
}
#footer #botArea .inner .logo {
width: 160px;
margin: 0;
}
#footer #botArea .inner .add01,
#footer #botArea .inner .add02 {
margin: 0 0 20px 0;
}
#footer #botArea .inner .btnOnline {
float: none;
margin: 0 auto;
width: 80%;
}
#footer #botArea .inner .btnOnline a {
background: #000 url("../../images/shared/arr_white.png") right 10px top 50% no-repeat;
background-size: 6px auto;
display: block;
padding: 16px 18px 16px 28px;
border-radius: 5px;
font-size: 1.3rem;
text-decoration: none;
text-align: center;
}
#footer #botArea .copy {
border-top: 1px solid #777;
text-align: center;
color: #FFF;
padding: 16px 40px;
box-sizing: border-box;
font-size: 12px;
}



/* =========================================================
topicPath
========================================================= */
#topicPath {
width: 94%;
margin: 0 auto 30px;
padding: 0;
overflow-x: scroll;
white-space: nowrap;
	/*display: none;*/
}
#topicPath ul {
font-size: 0;
}
#topicPath ul li a {
font-size: 1.2rem;
line-height: 1;
white-space: nowrap;
}

/* =========================================================
key（下層）
========================================================= */
#keyArea.lower {
	background: url("../../images/shared/key_lower.jpg") no-repeat top center;
	background-size: cover;
	margin: 0 0 10px;
}
#keyArea.lower.products {
	background: url("../../images/shared/key_lower.jpg") no-repeat top left;
	background-size: cover;
}
#keyArea.lower .inner {
	width: 100%;
	padding: 0 3%;
}
#keyArea.lower .secTitWrap {
	display: table;
	height: 120px;
	padding: 2px 0 0;
}
#keyArea.lower .secTitBox {
	display: table-cell;
	vertical-align: middle;
}
#keyArea.lower .secTitBox .eng {
	font-size: 1.3rem;
	padding: 0 0 10px;
}
#keyArea.lower .secTitBox .secTit {
	font-size: 2.6rem;
	border-top: solid 1px #fff;
	padding: 6px 50px 0 0;
}


/* =========================================================
下層共通
========================================================= */
/* Title */
.titArea {
width: 100%;
margin: 0 auto 24px;
padding: 0 3%;
}
.tH2 {
font-size: 20px;
font-size: 2rem;
text-align: center;
font-weight: normal;
letter-spacing: 0.2rem;
position: relative;
margin: 0 0 30px 0;
}
.tH2:before {
content: "";
position: absolute;
background: #999;
width: 30px;
height: 2px;
bottom: -10px;
left: calc(50% - 15px);
}
.tH2 .eng {
display: block;
font-size: 13px;
font-size: 1.3rem;
letter-spacing: 0.1rem;
}
.titArea p {
text-align: center;
}
	
	
/* =========================================================
ancMenu
========================================================= */
/*.ancMenu {
	display: block;
	padding: 0 3%;
	margin: 0 auto 30px;
}
.ancMenu ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.ancMenu li {
	width: 24%;
	margin: 0 2% 0 0;
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
.ancMenu li a {
	font-size: 13px;
	background: #a37948 url(../../images/shared/arrow_white_down.png) no-repeat center bottom 10px;
	background-size: 11px auto;
	padding: 8px 5px 20px;
	line-height: 1.3;
	display: table;
	width: 100%;
}
.ancMenu li span {
	display: table-cell;
	vertical-align: middle;
}*/






	
	
/* =========================================================
ボタン
========================================================= */
/*--------------------------------------
　
---------------------------------------*/


/* =========================================================
アイコン
========================================================= */
.new {
	width: 50px;
	font-size: 10px;
}
	
		
/* =========================================================
その他
========================================================= */
.alignleft{float:none;}
.alignright{float:none;}
	



}




