/* *******************************************************************************

-------------------------------------------------------------
■ アンカー設定
-------------------------------------------------------------

-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. header
 ├ 1-1. header_right_box
 ├ 1-2. nv (.g_nav)
 └ 1-3. nv (.header_menu_box)
 2.mainimage 
 ├ 2-1. top
 └ 2-2. under
 3.common
 4.footer
 
------------------------------------------------------------- 
■ @media screen and (max-width: 1000px)
-------------------------------------------------------------
 1. header
 ├ 1-1. header_right_box
 └ 1-2. nv (.g_nav)
 
------------------------------------------------------------- 
■ @media screen and (max-width: 767px)
-------------------------------------------------------------
 1. header
 └ 1-1. header_right_box
 2.mainimage 
 ├ 2-1. top
 └ 2-2. under

******************************************************************************* */

/* ----------------------------------------------------------
■ アンカー設定
----------------------------------------------------------- */
/* PC */
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10,#message,#first,#point,#lawyer,#office,#access {
    margin-top: -179px;
    padding-top: 179px;
}

/* tablet */
@media screen and (max-width: 783px) {
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10,#message,#first,#point,#lawyer,#office,#access {
	margin-top: -209px;
	padding-top: 209px;
}
}

/* smart phone */
@media screen and (max-width: 767px) {
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10,#message,#first,#point,#lawyer,#office,#access {
	margin-top: 0;
	padding-top: 0;
}
}

/* 上書き対応 */
li.nav01:hover > .submenu{
    display:block !important;
}
li.nav02:hover > .submenu{
    display:block !important;
}
li.nav03:hover > .submenu{
    display:block !important;
}
li.nav04:hover > .submenu{
    display:block !important;
}
li.nav05:hover > .submenu{
    display:block !important;
}
li.nav06:hover > .submenu{
    display:block !important;
}

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
body,#header {
	background-color:#fff;
}
#header_menu_block {
	background:none;
}
.w1000 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.kome {
	display: inline-block;
	text-indent:-1em;
	padding-left: 1em;
}
/* =====================================
 1. header
===================================== */
#header {
background: url(https://www.smt-law.jp/asset/h_bg.png) center bottom repeat-x #fff;
}

.enbtn {
float: right;
display: flex;
margin-right: 2%;
max-width:158px;
width:100%;
}
.header_block {
	height:140px;
	margin-left: 0;
	width: 40%;
}
#header_menu_block {
    margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0;
}
.header_block h1 {
	max-width: 344px !important;
	margin: 20px 0 0 10px;
	width: 100% !important;
}

.header_block h1 img {
	width: 100%;
	max-width: 344px;
}
.header_menu {
	height: 67px;
	padding: 0;
}
/* 1-1. header_right_box-------------------------- */
ul.header_right_box {
	position: absolute;
	top: -117px;
	right: 0;
    width: 44%;
}
.h_en {
	border: 1px solid #aaaaaa;
	padding: 9% 13% 10% 9% !important;
display: table;
}
.h_en:hover {
	background:#d6e3f0
}
.h_en img {
max-width: 156px;
	width: 100% !important;
}

ul.header_right_box img {
	width: 100%;
max-width: 266px;
}

ul.header_right_box .btn_tell,
ul.header_right_box .btn_inq,
ul.header_right_box .btn_menu {
	display: none;
}
/* inquiryBody */
#inquiryBody ul.header_right_box .inq {
	display: none;
}

.header_right {
	text-align: right;
float: right;
}
.header_right_box .inq {
	display: inline-block;
	margin-top: 13px;
}
.header_right_box .inq img {
	margin-top: 0 !important;
}

/* 1-2. nv (.g_nav)-------------------------- */
ul.g_nav {
background: url(https://www.smt-law.jp/asset/gnav_02.png) left top no-repeat;
}
ul.g_nav li {
    float: left;
}
.disablelink span,
.disablelink a {
	padding: 10px;
}

ul.g_nav li:hover {
	background: none;
}

ul.g_nav li.nav01,
ul.g_nav li.nav02,
ul.g_nav li.nav03,
ul.g_nav li.nav04,
ul.g_nav li.nav05,
ul.g_nav li.nav06 {
    padding: 0;
    max-width: 166px;
    width: 16.6%;
    text-align: center;
    height: 67px;
    position: relative;
background: url(https://www.smt-law.jp/asset/gnav_02.png) right top no-repeat;
}

ul.g_nav li.header_right {
    position: absolute;
    top: -60px;
    right: 0;
}
ul.g_nav li a,ul.g_nav li span {
	font-size: 16px;
	padding-bottom: 0;
	padding-top: 24px;
	height: 43px;
}
ul.g_nav li.nav06 a {
	padding-top: 16px;
line-height: 1.2;
}
ul.g_nav li a:hover,ul.g_nav li span:hover {
	text-decoration: underline;
	color: #1c61a1;
}

/* pull down */
.g_nav_sub_row {
    height: auto;
    padding: 0;
}
.header_sub_menu {
	width:190px;
}
ul.g_nav .submenu li.g_nav_sub_row a {
	display: block;
	line-height: normal;
	padding: 9px 0px 0;
	background: #eee;
	border-top: 1px solid #fff;
	width: 190px;
	height: 31px;
}
ul.g_nav .submenu li.g_nav_sub_row a:hover {
	background: #1c61a1;
	color: #fff;
	text-decoration: none;
}
.header_sub_menu {
    margin: -1px 0 0 -10px;
}

/* android tablet処理 */
.enablelink {
	display:none;
}

.disablelink {
	display:block;
    line-height:normal;
}
.android .nav01 .disablelink,
.android .nav02 .disablelink,
.android .nav03 .disablelink,
.android .nav04 .disablelink,
.android .nav05 .disablelink,
.android .nav06 .disablelink {
    display: block;
}
.android .nav01 .enablelink,
.android .nav02 .enablelink,
.android .nav03 .enablelink,
.android .nav04 .enablelink,
.android .nav05 .enablelink,
.android .nav06 .enablelink  {
    display: none;
}
.nav01 .disablelink,
.nav02 .disablelink,
.nav03 .disablelink,
.nav04 .disablelink,
.nav05 .disablelink,
.nav06 .disablelink {
    display: none;
}

/* 1-3. nv (.header_menu_box)-------------------------- */
.header_menu_box {
    background: #000;
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
	width: 100%;
}

/* リンクなし */
.header_menu_box ul li p {
    color: #FFFFFF;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 18px;
	line-height: 22px;
    border-bottom: 1px solid #777;
background: #0c4376;
position: relative;
}
.header_menu_box ul li p:before {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
left: 10px;
width: 10px;
height: 10px;
margin-top: -5px;
background: #fff;
background: none\9;
}
.header_menu_box ul li p:after {
display: block;
content: "";
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 43%;
left: 10px;
width: 10px;
height: 10px;
margin-top: -5px;
background: #0c4376;
background: none\9;
}

#notfoundBody .header_menu_box ul li p {
    text-align: left;
}

/* リンクあり first */
.header_menu_box ul li.first a {
    color: #FFFFFF;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 18px;
	line-height: 22px;
    border-bottom: 1px solid #777;
	background: #000;
	position: relative;
}
.header_menu_box ul li.first a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	background: none\9;
}
.header_menu_box ul li.first a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #0c4376;
	background: none\9;
}

/* second */
.header_menu_box ul li {
	border-bottom: none;
}

.header_menu_box ul li.second a {
    border-bottom: 1px solid #777;
	background: #3e75a8;
    font-size: 14px;
	line-height: 22px;
	position: relative;
    padding: 10px 10px 10px 30px;
}
.header_menu_box ul li.second a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 8px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	background: none\9; /* IE8 */
}
.header_menu_box ul li.second a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #3e75a8;
	background: none\9; /* IE8 */
}

/* 折り畳み部分を隠す */
.accordion ul { display:none; }


/* =====================================
 2.mainimage 
===================================== */
/* 2-1. top -------------------------- */
#mainimage {
	margin-top: 209px;
	margin-bottom: 40px;
}
.top .main_contents {
	background: url(/asset/topimage.png) no-repeat center top
}
.top .main_contents .main_txt_in {
	left:0;
	top:340px;
	right: inherit;
	width: 100%;
}
.top .main_contents,.top .main_contents .main_txt {
	height: 560px;
}
.top .main_contents .effect_box01{
	background: url(/asset/top_effectbg.png) center top repeat-y;
	padding: 10px;
}
.top .main_contents .main_txt p {
	line-height: 34px;
	text-align: center;
	font-size: 23px;
	margin-bottom:10px;
}
.top .main_contents .main_txt p span {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif,Hiragino Mincho ProN,Roboto,Droid Sans;
	font-size: 40px;
	line-height:43px;
}

.top .main_contents .main_txt .lead_txt {
	font-size: 25px;
}
/* 2-2. under -------------------------- */
/* 各under用 */
.static #content {
    margin: 210px auto 0px;
}
.under .gnv_tmp_width_1000, #sitemapBody h2.titleBg,#newsList h2.titleBg {
	background:#0c4376 !important;
	color:#fff;
	padding:20px !important;
	font-weight:normal;
	font-size:200% !important;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif,Hiragino Mincho ProN,Roboto,Droid Sans;
	text-align:center;
	margin-top: 0px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	letter-spacing:1px;
}
.under .gnv_tmp_width_1000 p {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif,Hiragino Mincho ProN,Roboto,Droid Sans;
	font-size: 60%;
	padding-top: 20px;
}
#sitemapBody h2.titleBg,#newsList h2.titleBg  {
	margin-top: 0px !important;
	font-size: 140% !important;
}
#sitemapBody #content a {
	text-decoration:none !important;
}
#websiteNewsDetail #content{
	margin-top: 210px !important;
}

/* inquiry */
.inquiry #mainimage {
    margin-top: 160px;
    background: none;
    height: 0;
	display:none;
}

.inquiry .main_contents {
	display: none;
}

.inquiry #content .contentArea {
    margin: 14em 0px 10em !important;
    width: 100%;
}

/* newsList NewsDetail */
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
    margin-top: 160px;
    background: none;
    height: 0;
}

#newsList .main_contents,
#websiteNewsDetail .main_contents,
#notfoundBody .main_contents,
#sitemapBody .main_contents {
	display: none !important;
}

#websiteNewsDetail #content {
	min-height: 250px;
}
#news {
margin-bottom:50px;
}

/* =====================================
 3.common 
===================================== */
#content {
	padding: 20px 0;
}

/* =====================================
 4.footer 
===================================== */
#inquiryBody #content-bottom {
	display:none;
}
#footer {
	background: #0c4376;
	color:#fff;
	font-size:90%;
	margin-top: 50px;
}
#footer a {
	color:#fff;
}
.footer_nav_box .footer_ttl,
.footer_access_box .footer_ttl{
	color: #fff;
}
.footer_nav_box .footer_ttl:first-letter,
.footer_access_box .footer_ttl:first-letter{
	color: #2c7ab6;
}
.footer_nav_box.first {
	width: 29%;
	min-height: 340px;
}
.footer_nav_box.second {
	border-left: 1px solid #fff;
	border-right:none;
	padding-left: 5%;
	width: 33%;
	min-height: 340px;
}
.footer_access_box {
	width: 32%;
	min-height: 340px;
	padding: 0 0 0 0;
	border-left: none;
	clear: inherit;
	float: right;
	background: none;
	text-align: left;
}
.footer_access_box .footer_ttl{
	padding: 0 20px 20px 0;
	text-align: left;
}
.footer_access_box p.access_txt {
	padding: 0 20px 1em 0;
	text-align: left;
}
.footer_nav_box.second .footer_ttl {
	padding-left: 0;
}
ul.footer_nav li {
	margin-bottom: 10px;
}
.access_txt a {
	cursor: text;
}
.access_txt a:hover {
	text-decoration: none;
	color: #333;
}
ul.footer_guide li a {
	position: relative;
	background: none;
	padding: 0 30px 0 11px
}
ul.footer_guide li a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 5px;
	left: 0;
}
ul.footer_guide li.copyright {
	text-align: right;
	color: #fff;
}
inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
background: #1c61a1;
background: linear-gradient(to bottom,#1c61a1 0,#1c61a1 100%) repeat scroll 0 0 rgba(0,0,0,0);
}
.pc_td {
margin-bottom: 0 !important;
}
.sp_td {
display:none;
margin-bottom: 0 !important;
}

/* ----------------------------------------------------------

■ @media screen and (max-width: 1000px) 
----------------------------------------------------------- */

@media screen and (max-width: 1000px) {
.w1000 {
	width:100%;
}
.top #content .w1000 {
	margin: 0 20px;
	width: initial;
}
.top #content .w1000 .in {
line-height: 1.8;
}
.gnv_tmp_width_1000 {
margin: 0 20px;
width:auto;
}

/* =====================================
 1. header
===================================== */
.h_en {
}
.enbtn {
}
/* 1-1. header_right_box-------------------------- */
ul.header_right_box {
	right: 10px;
width: 56%;
}
ul.header_right_box li {
width:50%;
}

/* 1-2. nv (.g_nav)-------------------------- */
ul.g_nav {
	margin: 0;
}
ul.g_nav li {
    padding: 0;
}
/* =====================================
 2.mainimage 
===================================== */
/* inquiry */

.inquiry #content .contentArea {
    margin: 14em 0px 10em !important;
    width: 100%;
}

/* =====================================
 4.footer 
===================================== */
.access_txt a {
	color: #fff;
	text-decoration: underline;
}
.access_txt a:hover {
	color: #fff;
}


.top .main_contents {
	background-size: cover;
	height: 400px;
}
.top .main_contents .main_txt_in {
	top: 170px;
}
.top .main_contents .main_txt {
	margin: 0;
}
.lh2 {
line-height: 2;
}
#content-bottom {
	margin: 0 0px;
}

}



/* ----------------------------------------------------------

■ @media screen and (max-width: 800px) 
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
.h_en {
}




}

/* ----------------------------------------------------------
■ @media screen and (max-width: 767px)
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
/* 2-2. under -------------------------- */
/* 各under用 */
.static #content {
    margin: 30px auto 0px;
}

.top #content .w1000 {
	margin: 0 10px;
	width: initial;
}
	
/* =====================================
 1. header
===================================== */
#header {
	background: none;
}
.header_block h1 {
	margin: 14px 0 0 9px;
}
.header_menu {
	background: none;
	background-size: 100%;
	height: inherit;
	padding: 0;
	right: 0;
}
.header_block {
	width: 47%;
	height: 62px;
}

.header_block h1 img {
	width: 100% !important;
}

.enbtn {
display: none;
}

/* 1-1. header_right_box-------------------------- */
ul.header_right_box {
	top: 10px;
	right: 10px;
	width:48%;
}

ul.header_right_box .header_right {
	display: none !important;
}
ul.header_right_box a {
	display:block
}

ul.header_right_box img {
	margin-left: 5px;
	max-width: 70px;
	width: 87%;
}

ul.header_right_box .btn_tell,
ul.header_right_box .btn_inq,
ul.header_right_box .btn_menu {
	display: block;
	float: right;
width: 24%;
}
.header_menu_box {
	top: 51px;
}
.header_menu_box ul li.first a {
	background: #0c4376;
}

/* =====================================
 2.mainimage 
===================================== */
/* 2-1. top -------------------------- */
.top .main_contents {
    background:url(/asset/topimage_sp.png) no-repeat center top;
	background-size: cover;
	height: inherit;
	min-height: inherit;
	padding-top: 34%;
	padding-bottom: 20px;
margin-top: 4%;
}

.top .main_contents .main_txt {
    height: inherit;
}

#mainimage {
	margin-top: 0;
	margin-bottom:0;
}
.top .main_contents .main_txt_in {
	top: 37%;
	position: inherit;
}
.top .main_contents .effect_box01 {
	padding: 8px;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	width: 90%;
	box-sizing: border-box;
}
.top .main_contents .effect_box01 {
	background-color: rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88ffffff,endcolorstr=#88ffffff, gradienttype=0);
	background-image:none;
}
.top .main_contents .main_txt .lead_txt {
	font-size: 20px;
	line-height: 19px;
}
.top .main_contents .main_txt p span {
	font-size: 25px;
	line-height:120%;

}
/* 2-2. under -------------------------- */
.gnv_tmp_width_1000 {
    margin: 0 !important;
	font-size:70% !important
}
.gnv_tmp_width_1000 {
	margin: 7% 0px 20px !important;
width:auto;
font-size: 170% !important;
}

.gnv_tmp_width_1000 #news  {
    font-size: 70% !important;
}
.gnv_tmp_width_1000 h2 {
	padding-left: 10px;
}

#content-bottom .contents_block {
    width: auto;
    margin: 0px 20px !important;
}

/* newsList */
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
    margin-top: 0;
}

/* inquiry */

.inquiry #content .contentArea {
    margin: 1em 0px 10em !important;
    width: 100%;
}

#footer {
	background: #c9c9c9;
	color:#323232;
	font-size: 100%;
}
#footer a {
	color:#323232;
}
.footer_block {
	padding: 20px 0 0;
}
.footer_block_in {
	margin: 0;
}
.footer_nav_box .footer_ttl, .footer_access_box .footer_ttl {
	display:none;
}
.footer_nav_box.first {
	width: 100%;
}
.footer_nav_box.second {
	border-left: none;
	border-right: none;
	width: initial;
	min-height: inherit;
	margin: 0 10px;
	text-align: center;
	border-bottom: 2px solid #0c4376;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
.footer_access_box {
	width: initial;
	min-height: inherit;
	padding: 20px 10px 0;
	border-left: none;
	clear: inherit;
	float: none;
	background: none;
	text-align: center;
}
.footer_access_box p.access_txt {
	text-align: center;
	color:#323232;
}
.footer_access_box p.access_txt .kome {
	display: inline;
	text-indent: 0;
	padding-left: 0;
}
ul.footer_nav {
	padding: 0 20px;
}

ul.footer_nav li {
	margin-bottom: 2px;
	background:none;
}
ul.footer_nav li a,
ul.footer_nav li a.inner_nav_head {
	background: #fff;
	position: relative;
	padding: 10px 0 9px 30px;
	font-size: 120%;
	color:#585858 !important;
	margin-bottom: 2px;
}
ul.footer_nav li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 13px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #2b6ca7;
	background: none\9;
}
ul.footer_nav li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
	background: none\9;
}
ul.footer_nav li.inner_nav .inner_nav_body {
	display: block;
}

ul.footer_nav li.inner_nav li {
	margin: 0 0 2px 0;
}
ul.footer_nav li li a {
	padding-left: 45px;
}
ul.footer_nav li li a:before {
	left: 28px;
}
ul.footer_nav li li a:after {
	left: 25px;
}
ul.footer_nav li.inner_nav li:last-child {
	margin: 0 0 0 0;
}
ul.footer_nav li a.inner_nav_head {
	margin-bottom:2px;
}

ul.footer_guide {
	background: #0c4376;
	padding:10px;
	box-sizing: border-box;
}
ul.footer_guide li a {
	position:relative;
	color: #fff !important;
	font-size: 14px;
	padding-left: 30px;
}
ul.footer_guide li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 13px;
	width: 3px;
	height: 3px;
	margin-top: -5px;
	background: #fff;
	background: none\9;
}
ul.footer_guide li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 9px;
	height: 8px;
	margin-top: -5px;
	background: #0c4376;
	background: none\9;
}

ul.footer_guide li.copyright span {
	font-size: 14px;
}

ul.footer_guide li.copyright {
	text-align: center;
	color: #fff;
	float: none;
	padding-top: 10px;
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 15px;
}

#sitemapBody h2.titleBg {
	margin-top: 0 !important;
	font-size: 140% !important;
}
#sitemapBody h2.titleBg, #newsList h2.titleBg {
	margin-top: 0 !important;
}
.pc_td {
display:none;
margin-bottom: 0 !important;
}
.sp_td {
display:block;
margin-bottom: 0 !important;
}
.top .view_sp {
margin:0 0px;
}
#websiteNewsDetail #content{
	margin-top: 0 !important;
padding: 0;
}



}




/* ----------------------------------------------------------
■ @media screen and (max-width: 400px)
----------------------------------------------------------- */

@media screen and (max-width: 400px) {
.top .main_contents {
margin-top: 2%;
}
.gnv_tmp_width_1000 {
margin: 5% 0px 20px !important;
}
ul.header_right_box .btn_tell, ul.header_right_box .btn_inq, ul.header_right_box .btn_menu {
width: 32%;
}




}

/* ----------------------------------------------------------
■ @media screen and (max-width: 319px)
----------------------------------------------------------- */

@media screen and (max-width: 319px) {
ul.header_right_box .btn_tell, ul.header_right_box .btn_inq, ul.header_right_box .btn_menu {
	width: 30%;
	margin-left:3%
}
}
