@charset "UTF-8";
@media only screen and (max-width : 960px) {
	
.nosp2{
	display:none;
}
	
/****************************************************************/
/*	レイアウト
/****************************************************************/
header {
/*
 position:relative;
 */
 position:fixed;
 z-index:9000;
 background:#fff;
 
 width:100%;
 min-width:640px;
}
#gnav_wrp {
	position:fixed;
	top:10px;
	right:10px;
	background:none;
/*メニューが表に出る用*/
z-index:1000000;
}
#wrp_eyecatch {
 position:relative;
 width:100%;
 min-width:640px;
}
#breadcrumbs {
 position:relative;
 width:100%;
 min-width:640px;
 padding:5px 0
}
#footer_back {
 position:relative;
 width:100%;
 min-width:640px;
}
footer {
 clear:both;
 margin-left:auto;
 margin-right:auto;
}
/****************************************************************/
/*	可変ボックス
/****************************************************************/
.variable-box-six .vbox{
	width:31.3%;
	padding:0 1%;
	float:left;
}
.variable-box-five .vbox{
	width:46%;
	padding:0 2%;
	float:left;
}
.variable-box-four .vbox{
	width:46%;
	padding:0 2%;
	float:left;
}
.variable-box-three .vbox{
	width:31.3%;
	padding:0 1%;
	float:left;
}
.variable-box-two .vbox{
	width:46%;
	padding:0 2%;
	float:left;
}
.variable-box-one .vbox{
	width:96%;
	padding:0 2%;
}
/****************************************************************/
/*	画像のリサイズ※主にIE用
/****************************************************************/
.w90p img , .w80p img , .w70p img , .w65p img ,.w60p img , .w50p img , .w48p img , .w45p img , .w40p img , .w33p img , .w30p img , .w20p img , .w15p img , .w10p img{
	max-width:100%;
}
.vbox img{
	max-width:100%;
}

/****************************************************************/
/*	ヘッダ
/****************************************************************/

/****************************************************************/
/*	グローバルナビ（※多階層の場合は「flexnav」を使用）
/****************************************************************/
ul#menu-global {
 display:none;
 z-index:1000000;
}
#toggle {
 display: block;
 cursor:pointer;
 position:absolute;
 right:0;
 top:0;
 width:40px;/*トグルのwidth*/
 font-size:16px;
 font-size:1.6rem;
 background:#e60012;/*トグルの背景色*/
}
#toggle a {
 display:block;
 position:relative;
 padding:12px 0 10px;
 color:#fff;
 text-align:center;
 text-decoration: none;
}
#toggle:before {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 background: #fff;
}
#toggle a:before, #toggle a:after {
 display: block;
 content: "";
 position: absolute;
 top: 50%;
 left: 10px;
 width: 20px;
 height: 4px;
 background: #e60012;/*トグルの[三]の色	*/
}
#toggle a:before {
 margin-top: -6px;
}
#toggle a:after {
 margin-top: 2px;
}
ul#menu-global {
 height:auto;
 position:absolute;
 top:50px;
 right:0;
 width:50%;/*リストのwidth*/
 min-width:300px;
 background:#e60012;/*リストの背景色*/
}
ul#menu-global li {
 float:none;
 display:block;
 height:auto;
 border-bottom:solid 1px #eb2939;/*リストのボーダー*/
 border-left:solid 1px #eb2939;/*リストのボーダー*/
 border-right:solid 1px #eb2939;/*リストのボーダー*/
 background:none!important;
 margin:0!important;
 padding:0!important;
 text-indent:0;
 width:100%;/*リストのwidth*/
}
ul#menu-global li a {
 height:auto;
 float:none;
 display:block;
 padding:10px 0!important;
 margin:0!important;
text-indent:10px;
 text-align:left;
 width:100%!important;
 background-image:none!important;
 line-height:auto;
 border:none;
 color:#fff;
 background:#e60012;
}
ul#menu-global li a:hover {
 background:#eb2939!important;/*リストの背景色*/
 text-decoration:none;
 opacity:1.0;
}
ul#menu-global li.menu-item-33 a {
 border-left:none;
}
ul#menu-pc{
	display:none;
}
/****************************************************************/
/*	グローバルナビ
/****************************************************************/
#nav {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: 25%;
    left: 50%;
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
    color: #fff;
    display: block;
}
#nav li a:active {
    background-color: #c00 !important;
}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #efa585;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}
/* first level */
#nav > ul {
    height: 3.75em; /* 60 */
    background-color: #e15a1f;
} 
#nav > ul > li {
    width: 25%;
    height: 100%;
    float: left;
}
#nav > ul > li > a {
    height: 100%;
    line-height: 2.5em; /* 60 (24) */
    text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
    border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
    background-color: #cc470d;
}
/* second level */
#nav li ul {
    background-color: #cc470d;
    display: none;
    position: absolute;
    top: 100%;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
#nav li:not( :first-child ):hover ul {
    left: -1px;
}
#nav li ul a {
    border-top: 1px solid #e15a1f;
    padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
    background-color: #e15a1f;
} 
#nav {
    position: relative;
    top: auto;
    left: auto;
} 
#nav > a {
    width: 3.125em; /* 50 */
    height: 3.125em; /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #e15a1f;
    position: relative;
}
#nav > a:before,
#nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
}
#nav > a:after {
    top: 60%;
}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type {
    display: block;
}
/* first level */
#nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
#nav:target > ul {
    display: block;
}
#nav > ul > li {
    width: 100%;
    float: none;
}
#nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
    border-right: none;
    border-bottom: 1px solid #cc470d;
}
/* second level */
#nav li ul {
    position: static;
    padding: 1.25em; /* 20 */
    padding-top: 0;
}

/****************************************************************/
/*	フッタ
/****************************************************************/

/****************************************************************/
/*	page 共通
/****************************************************************/

/****************************************************************/
/*	page ホーム
/****************************************************************/
.com-box{
	padding:30px 20px;
}
table.com-table th{
	width:30%;
}
.mes-back{
	position:relative;
	background:#000 url(img/message_back_tab.png) no-repeat center 0;
	height:1200px;
}
.mes_box{
	position:relative;
	width:100%;
	max-width:470px;
	min-width:300px;
	margin-left:0;
	margin-right:auto;
}
/****************************************************************/
/*	endmark
/****************************************************************/

}
