﻿@charset"utf-8";
.select_lang {
	background: #FFF;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #000;
}
.select_lang select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}
.select_lang select {
	width: 60px;
	height: 20px;
	background: url(../image/common/select_lang_btn.png) no-repeat;
	background-size: cover;
	color: #fff;
}
.select_lang select option {
	color: #000000;
}

#top-head .inner {
	position: relative;
	width: 100%;
	padding: 0;
	/*height:100%;*/
		/*overflow-y: scroll;*/
	-webkit-overflow-scrolling: touch;
}
#global-nav {
	z-index: 100;
}
#global-nav ul {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 50px;
}
#nav-toggle {
	display: block;
	position: absolute;
	top: 14px;
	right: 12px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 102;
	background: #143B5B;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 10px;
	left: 50%;
	margin-left: -12px;
}
#nav-toggle span:nth-child(2) {
	top: 18px;
	left: 50%;
	margin-left: -12px;
}
#nav-toggle span:nth-child(3) {
	top: 26px;
	left: 50%;
	margin-left: -12px;
}
.switch {
	visibility: hidden;
}
.fixmenu {
	position: fixed !important;
	top: 0;
	z-index: 101;
}

@media screen and (min-width: 641px) {
#top-head {
	width: 100%;
	background: #ffffff;
}
#top-head .inner {
	height: auto;
	overflow-y: hidden;
}
.inner:after, #global-nav:after {
	content: "";
	clear: both;
	display: block;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#global-nav ul {
	padding-top: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
}
}
#mobile-head {
	position: relative;
	width: 100%;/*z-index: 999;*/
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -660px;
	background: #FFF;
	width: 100%;
	text-align: left;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	position: static;
	border: solid #143B5B 10px;
}
#global-nav ul li {
	position: static;
	background: url(../image/common/icon_btn05.png) center right no-repeat;
	background-size: 30px;
	padding-left: 1em;
	border-bottom: solid 1px #143B5B;
}
#top-head #global-nav ul li a, #top-head.fixmenu #global-nav ul li a {
	/*width: 100%;*/
	display: block;
	color: #143B5B;
	padding: 10px 0;
}

@media screen and (min-width: 641px) {
.inner {
	background: #143B5B;
}
#global-nav {
	position: relative;
	top: 0;
	color: #FFF;
	padding: 10px 0;
	background: #143B5B;
	text-align: center;
}
/* 修正 */
#global-nav ul {
	font-size: 16px;
	padding-left: 20px;
	border: 0;
}
/* 修正 */
#global-nav ul li {
	float: none;
	display: inline-block;
	border: none;
	padding-left: 0;
	padding-top: 0;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#top-head #global-nav ul li a {
	color: #FFF;
}
#global-nav ul li {
	border-right: dotted 1px #FFFFFF;
}
#global-nav ul li:nth-child(7) {
	border-right: 0;
}
#nav-toggle {
	display: none;
}
#top-head #global-nav ul li:nth-child(7), #top-head #global-nav ul li:nth-child(8), #top-head #global-nav ul li:nth-child(9) {
	display: none;
}
}

@media screen and (min-width: 1501px) {
#global-nav, #top-head h1 {
	width: 1500px;
	margin: 0 auto;
}
#top-head {
	background: #ffffff;
}
.page01 #top-head h1 {
	width: 1024px;
	margin: 0 auto;
}
}
.open #nav-toggle span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(656px);
	-webkit-transform: translateY(656px);
	transform: translateY(656px);
}
/* レイアウト用 */
.section01 {
	padding-bottom: 2%;
}
.section01 .section_inner {
	width: 80%;
	margin: 30px auto 0;
	padding: 30px 5%;
	background: #FFFFFF;
}

/* 大画面対応*/
@media screen and (min-width: 1025px) {
.section01 .section_inner {
	width: 920px;
    min-height: 500px; 
	margin: 30px auto 0;
	padding: 30px;
	background: #FFFFFF;
}
.page01 #top-head h1 {
	width: 1024px;
	margin: 0 auto;
}
}
.section01 h1, .section01 h2 {
	width: 100%;
	padding: 1.5em 0;
	text-align: center;
	color: #FFF;
	font-size: 129%;
}
.section01 .section_inner .b_area {

}
.section01 .section_inner .b_area dt {
	margin-bottom: 15px;
}
.section01 .section_inner .b_area dd {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.section01 .section_inner img {
	/*width:90%;*/
	text-align: center;
}

@media screen and (min-width: 641px) {
.section01 {
	width: 100%;
	height: 100%;
}
.section01#about {
	height: 550px;
	overflow: hidden;
}
.section01:after {
	content: "";
	clear: both;
	display: block;
}
.section01 h1, .section01 h2 {
	font-size: 32px;
	line-height: 1.5;
	padding: 30px 0;
}
}
footer {
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.footer_navi {
	margin: 0 0 30px;
}
.footer_navi li {
	display: inline-block;
	width: 50%;
	margin-bottom: 5px;
	padding: 5px 20px;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
}
.footer_navi li a {
	display: block;
	font-size: 86%;
}
.logo_docomo img {
	width: 139px;
	margin-bottom: 10px;
}
.logo_sendai img {
	width: 139px;
	margin-bottom: 10px;
}
.copyright {
	font-size: 86%;
	margin: 10px 0;
}

@media screen and (min-width: 641px) {
footer {
	position: relative;
	/*width:980px;*/
	margin: 0 auto;
}
.footer_navi {
}
.footer_navi li {
	width: auto;
	border: none;
	padding: 0;
	padding-right: 20px;
}
.footer_navi li a {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 12px;
}
.footer_navi li a:hover {
	text-decoration: underline;
}
.logo_docomo img {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
	.logo_sendai img {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.copyright {
	margin: 30px 0 10px;
	font-size: 10px;
}
}
.btn01 {
	display: block;
	width: 80%;
	margin: 20px auto;
	border-radius: 6px;
	text-align: center;
}
.btn01 a {
	position: relative;
	display: block;
	margin:  auto;
	padding: 15px 40px 15px 50px;
}
.btn01 a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}

@media screen and (min-width: 641px) {
.btn01 {
	width: 40%;
}
}

@media screen and (min-width: 1025px) {
.btn01 {
	width: 600px;
}
}

/* ============== ▼パララックス用▼ ============== */

/*section#pot_map.section_inner{padding-left:0;padding-right:0;}
*/
@media screen and (min-width: 641px) {
/** ポートプレイス **/

/*
#bg_plco{ background:url(../image/index/para_pic_01.png) no-repeat, center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-attachment: fixed; //画像位置を固定
}
*/
/** 借り方 & 使い方 & 料金の通し背景 **/
/*
#bg_rup{ background:url(../image/index/para_pic_02.png) no-repeat, center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-attachment: fixed; //画像位置を固定
  }
*/
}
/* ============== ▲パララックス用▲ ============== */




/** section id=about **/

.section01#about {
	padding-bottom: 0;
}
.section01#about h1, .section01#about h2 {
	padding: 0;
	margin-top: 5%;
	color: #ca0d15;
	text-align: center;
}
.section01#about .section_inner p {
	text-align: center;
	width: 90%;
	margin: 5% auto 0;
	font-size: 14px;
}
.section01#about .section_inner {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 100px;
	background: url(../image/index/img_01.png) bottom no-repeat;
	background-size: 50%;
}
section#about ul {
	font-size: 0 !important;
}
section#about ul.obi_img li {
	display: inline;
}
section#about ul.obi_img li:nth-child(4) {
	display: none;
}
section#about ul.obi_img li img {
	width: 33.3%;
}

@media screen and (min-width: 641px) {
.section01#about h1, .section01#about h2 {
	font-size: 24px;
	font-weight: normal;
}
.section01#about {
	background: #fff !important;
}
.section01#about .section_inner {
	float: left;
	width: 50%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../image/index/img_01.png) bottom no-repeat;
	background-size: 50%;
}
section#about ul.obi_img li {
	display: block;
}
.section01#about .section_inner p {
}
section#about ul.obi_img li img {
	width: 100%;
}
section#about ul.obi_img li:nth-child(4) {
	display: block;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.loopSlider {
	position: relative;
	margin: 0 auto;
	float: left;
	width: 25%;
	height: 100%;
	text-align: left;
	overflow: hidden;
}
.loopSlider ul {
	width: 100%;
	overflow: hidden;
}
.loopSlider ul li {
	width: 100%;
	overflow: hidden;
}
}

@media screen and (min-width: 1501px) {
.section01#about {
	width: 1500px;
	margin: 0 auto;
	background: #FFF;
}
.section01#about .section_inner {
	width: 1000px;
}
.loopSliderWrap, .loopSlider {
	width: 250px;
}
}
/** section id=place **/

section#place h2 {
	background: url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x, #143B5B repeat;
	background-size: 12px, 12px, 30px;
}
.iframe_content {
	position: relative;
	width: 100%;
	height: 550px;
	padding: 0 0 0 0;
}
.iframe_content iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
}
section#place {
	background: #ffffff;
}
section#place dl.b_area dt {
	background: #4293f3;
	color: #fff;
	padding-left: 1em;
	border-radius: 6px;
}
.pref {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	font-size: 115%;
}
.pref:before, .pref:after {
	content: "≡";
	color: #4293f3;
	padding-right: 10px;
	padding-left: 10px;
}
.name_place {
	color: #4293f3;
	margin-bottom: 5px;
}
.name_place a {
	color: #4293f3;
	text-decoration: underline;
}
section#place dl.b_area dd {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
section#place dl.b_area dd.last {
	border: none;
}
.block01 {
	display: table;
	width: 40%;
}
.add_place {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-right: 5%;
	font-size: 86%;
}
    .keys {
		padding-bottom: 20px;
	font-size: 1.1em;
}
    .add_note {
	padding: 0;
	font-size: 12px;
}
@media screen and (max-width: 640px) {
	.add_place{
		display: block;
    	width: auto;
	}
        .add_note {
	padding: 0;
	font-size: 12px;
}
}
.btn_call, .btn_map, .btn_qr {
	width: 15%;
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.btn_call img, .btn_map img, .btn_qr img{
	width: 37px;
}

@media screen and (min-width: 641px) {
section#place dl.b_area dd {
	position: relative;
}
section#place dl.b_area dd:after {
	content: "";
	clear: both;
	display: block;
}
section#place dl.b_area dd div.block01 {
	display: inline-block;
	width: 40%;
}
section#place dl.b_area dd div.btn_map {
	display: inline-block;
	display: block;
	width: 33%;
	margin-top: 2%;
	margin-bottom: 10%;
	margin-left: 140%;
}
section#place dl.b_area dd .btn_map a {
	display: block;
	width: 100%;
	height: 100%;
}
section#place dl.b_area dd div.btn_qr {

	display: inline-block;
	display: block;
	width: 33%;
	margin-top: 2%;
	margin-bottom: 10%;
	margin-left: 100%;
}
section#place dl.b_area dd .btn_qr a {
	display: block;
	width: 100%;
	height: 100%;
}
.name_place {
    display: block;
    float: left;
    width: 40%;
    margin-right: 5%;
}
    .add_note {
	padding: 0;
	font-size: 12px;
}
.add_place {
	display: block;
	float: left;
	padding: 0;
	font-size: 14px;
}
.btn_call {
	display: none;
}
}
/*#port_map{
    margin-top:50px;
}

#port_map{
	padding:0 5%;
}

#port_map h2{
	text-align:center;
	font-size:128%;
	color:#4293f3;
	margin-bottom:10px;
}

#port_map h2 span{
	background:url(../image/index/icon_map01.png) left no-repeat;
	background-size:13px;
	padding-left:18px;
}*/

#place .btn01 {
	margin: 50px auto;
	background: #4293f3;
	box-shadow: 0 5px 0 0 #2368ba;
}
#place .btn01 a {
	color: #FFF;
}
/** section id=course **/
section#course h1 {
	background: url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x, url(../image/index/corce_bg01.png) repeat;
	background-size: 12px, 12px, 30px;
}
section#course p {
	text-align: center;
	margin: 1em;
}
#course .btn01 {
	background: #2da844;
	box-shadow: 0 5px 0 0 #258937;
}
#course .btn01 a {
	color: #FFF;
}
section#course ul {
	margin: 5%;
}
section#course ul li {
	width: 100%;
	display: block;
	margin-top: 5%;
	margin-bottom: 5%;
	line-height: 2em;
	text-align: center;
}
section#course ul li.last {
	border: 0;
}
section#course ul li img {
	border-radius: 6px 6px;/*background:url(../image/common/bg_line01.png) right repeat-y,url(../image/common/bg_line01.png) bottom repeat-x;background-size:12px,12px,30px;*/
	width: 98%;
	text-align: left;
}
section#course ul li img.course_areaimg {
	position: absolute;
	z-index: 3;
	width: 15%;
	margin-top: 5%;
	margin-left: 5%;
}
section#course ul li img.course_placeimg {/*position:absolute;*/
	z-index: 2;
	width: 100%;
}
/*section#course ul li img.course_bgimg{width:100%;}*/
	

section#course {
	background: #eaffe6;
}

@media screen and (min-width: 641px) {
section#course ul li {
	display: inline-block;
	border-bottom: 0;
	width: 32%;
	vertical-align: top;
}
section#course ul li img {
	border-radius: 6px 6px;/*background:url(../image/common/bg_line01.png) right repeat-y,url(../image/common/bg_line01.png) bottom repeat-x;background-size:12px,12px,30px;*/
	width: 98%;
	text-align: left;
}
section#course ul li img.course_areaimg {
	position: absolute;
	z-index: 3;
	width: 5%;
	margin-top: 2%;
	margin-left: 2%;
}
section#course ul li img.course_placeimg {/*position:absolute;*/
	z-index: 2;
	width: 100%;
}
/*section#course ul li img.course_bgimg{width:100%;}*/

}
/* section id=rent */
/** section id=use **/
/** section id=price **/

section#rent h1, section#rent h2, section#use h1, section#use h2, section#price h1, section#price h2 {
	background: url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x, #143B5B repeat;
	background-size: 12px, 12px, 30px;
}
section#rent, section#use, section#price {
	background: #ffffff;
}
section#rent dl.b_area dt, section#use dl.b_area dt, section#price dl.b_area dt {
	background: #ca0d15;
	color: #fff;
	padding-left: 1em;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rentbtn.btn01 {
	width: 100%;
	background: #ca0d15;
	box-shadow: 0 5px 0 0 #a90b12;
}
.rentbtn.btn01 a {
	color: #FFF;
}
.pic01 {
	text-align: center;
	/*max-width:80%;*/
	margin: 5% auto;
}
/*追加*/
#rent .pc_view {
	display: none;
}
#rent .b_area .txt_line ul {
	width: 100%;
	padding: 5%;
}
#rent .b_area .txt_line ul li {
	margin-bottom: 5%;
}
#rent .b_area .txt_line ul li.last {
	margin-bottom: 0;
}
#rent .b_area .txt_line ul li img {
	width: 100%;
}
#rent .b_area .txt_line ul span {
	color: #ff0000;
}
#rent .b_area .txt_line ul span:after {
	content: " ";
}

/*▲追加▲*/

@media screen and (min-width: 641px) {
.section01 .section_inner .b_area dd {
	margin-bottom: 0;
}
.block01 .pic01, .block01 p {
	display: block;
}
.b_area dd:after {
	content: "";
	clear: both;
	display: block;
}
/*追加*/
#rent .b_area .txt_line ul {
	display: none;
}
#rent .pc_view {
	display: block;
	text-align: center;
}
#rent .txt_line .btn01 .rentbtn {
	margin-left: 30%;
}
/*▲追加▲*/

.b_area .txt_line {
	float: right;
	width: 60%;
	padding-bottom: 30px;
}
.pic01 {
	float: left;
	width: 35%;
	text-align: center;
	margin-top: 0%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 0;
}
.pic01 img {
	width: auto;
}
.section01 .section_inner img {
	width: auto;
}
.btn01.rentbtn {
	display: inline-block;
	width: auto;
	margin: 20px 0;
	text-align: center;
}
#price .pic01 {
	float: none;
	width: 100%;
}
#price .b_area {
	float: left;
	width: 45%;
}
#price .b_area.mr10 {
	margin-right: 5%;
}
.section_inner:after {
	content: "";
	clear: both;
	display: block;
}
}
/* ============== お問い合わせ ============== */

#excuse {
	background:url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x #00a138;
	background-size:12px, 12px;
	padding:30px 0;
	text-align:center;
	color:#FFF;
}
#excuse .btn01 {
	background:#FFF;
	box-shadow:0 5px 0 0 #d8d8d8;
}
#excuse .btn01 a {
	color:#00a138;
}
#excuse .btn01 a:after {
	border-top:4px solid #00a138;
	border-right:4px solid #00a138;
}
#excuse span.telnumber a {
	font-size:186%;
	color:#FFF;
}
/* ============== FAQ ============== */

section#faq h2 {
	background: url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x, url(../image/faq/faq_bg01.png) repeat;
	background-size: 12px, 12px, 30px;
}
section#faq, section#kiyaku, section#tokushou {
	background: #CCE8CC;
}
section#faq .section_inner, section#kiyaku .section_inner, section#tokushou .section_inner {
	background: #CCE8CC;
}
section#faq .faq_list {
	margin: 0 auto;
	background: #FFF;
	margin-bottom: 1px;
}
section#faq .faq_list dt {
	background: url(../image/faq/icon_on.png) 97% 50% no-repeat;
	background-size: 14px;
	padding: 0.5em 3em 0.5em 2.5em;
	text-indent: -1.8em;
}
section#faq .faq_list dt span {
	font-size: 129%;
	color: #006600;
	padding-right: 0.5em;
}
section#faq .faq_list dt.active {
	background: url(../image/faq/icon_off.png) 97% 50% no-repeat, #006600;
	background-size: 14px;
	color: #FFF;
}
section#faq .faq_list dt.active span {
	color: #FFF;
}
section#faq .faq_list dd {
	display: none;
	margin: 0;
	background: url(../image/faq/faq_bg02.png) 1em top no-repeat;
	background-size: 13px;
	padding: 0.5em 1em 0.5em 2.5em;
	text-indent: -1.8em;
}
section#faq .faq_list dd span {
	font-size: 129%;
	color: #006600;
	padding-right: 0.5em;
}
.page01 .section01 .section_inner {
	width: 90%;
	padding: 0;
}

@media screen and (min-width: 641px) {
section#faq .faq_list, #kiyaku, #tokushou {
	font-size: 14px;
}
section#faq .faq_list dt, section#faq .faq_list dd {
	padding: 1.5em 3em 1.5em 2.5em;
}
}
#kiyaku .inline_box {
	height: 200px;
	overflow: scroll;
	background: #FFF;
	border: solid 1px #000000;
	padding: 0 10px;
	margin: 20px auto;
}

@media screen and (min-width: 1025px) {
.page01 .section01 .section_inner {
	width: 920px;
	margin: 30px auto 0;
	padding: 30px;
}
}
/* ============== 特定商取引 ============== */

#kiyaku h1, #kiyaku h2, #tokushou h1, #tokushou h2 {
	background: url(../image/common/bg_line01.png) top repeat-x, url(../image/common/bg_line01.png) bottom repeat-x, url(../image/faq/faq_bg01.png) repeat;
	background-size: 12px, 12px, 30px;
}
.table01 th {
	background: #006600;
	color: #FFF;
	width: 30%;
	padding: 0.5em 1em;
	border-bottom: solid 1px #FFF;
}
.table01 td {
	background: #FFF;
	padding: 0.5em 1em;
	border-bottom: solid 1px #006600;
}
.fss {
	font-size: 86%;
}
.mb20 {
	margin-bottom: 20px !important;
}
.provision {
	font-style: normal;
	color: #00F;
	font-size: 16px;
}


/* =============== new updates =================== */
.block02{
    display: inline-block;
    width: 24.3333%;
    text-align: center;
    margin-bottom: 25px;
    float: right;
}
.block02 a{
	display: inline-block;
}
.updates{

}
.clear:after{
	content: " ";
	display: table;
	clear: both;
}

@media screen and (max-width: 665px) {
	.block02 a:first-child{
		width: 50px;
	}
	.block02 a:last-child{
		width: 56px;
	}
}
@media  screen and (max-width: 640px) {
	.block02{
		text-align: right;
		margin-bottom: 0;
		width: auto;
	}
	.updates{
		width: 88.33333%;
    	float: left;
	}
	.block02 a:first-child{
		width: 37px;
	}
	.block02 a:last-child{
		width: 40px;
	}
}
@media screen and (max-width: 447px) {
	.updates{
		width: 80.33333%;
	}
}

.c--logo{}
.c--logo img{
display: inline-block;
margin: 8px;
}
.c--logo img:first-child{
margin-left: 0;
}
.c--logo img{
max-width: 80px;
}
@media screen and (max-width: 655px) {
.c--logo img{
  max-width: 75px;
}

}
ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1rem 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5rem 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1rem 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5rem 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1rem;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1rem);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1rem;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5rem;
					width: calc(100% + 0.5rem);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5rem;
					}
/* 
.c--logo{}
.c--logo img{
display: inline-block;
margin: 8px;
}
.c--logo img:first-child{
margin-left: 0;
}
.c--logo img{
max-width: 40px;
}
@media screen (max-width: 655px) {
.c--logo img{
  max-width: 35px;
}
}
