/*
Theme Name: uenogas-groupwp
Description: 上野ガスグループ wpテーマ
*/


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
 /* =グローバル要素
-------------------------------------------------------------- */


html {
	background-color: #fff;
}

body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background-image:url("img/bg.png");
	background-repeat:repeat;
	background-position:0 0;
	color: #333;
	font-size: 16px;
	line-height: 2;
	font-style: normal;
	letter-spacing: 0.1em;
}

.container {
	text-align: left;
	max-width: 960px;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */

.header {
	background-color: #b8d5ed;
}

.header .container {
	background-image:url("img/header-img.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:contain;
	padding:0;
	height: 110px;
}

#site-title a {
	display:block;
	width:220px;
	text-indent:-9999px;
	outline:none;
	background-image:url("img/tit1810.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-size:100%;
	border-bottom:none;
	height:90px;
	margin-left: 10px;
}

#site-title a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/* =Navbar
-------------------------------------------------------------- */

.navbar {
	color: #fff;
	background-color: #fff;
	min-height: 80px;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: none;
	border-radius: 0;
	background-image:url("img/nav-bg.png");
	background-repeat:repeat-x;
	background-position: left bottom;
}

.collapse {
	margin: 0;
	padding: 0;
}

.icon-bar {
	background-color: #666;
}

.navbar ul {
	max-width: 960px;
	margin: 0;
	padding: 0;
}

.navbar ul li {
	float: left;
	line-height: 80px;
	margin: 0;
	padding: 0;
}

.navbar ul li a {
	display:block;
	width: 240px;
	height: 80px;
	text-indent:-9999px;
	background-size:100%;
}

.navbar ul li.menu-1 a {
	background-image:url("img/btn/top.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.navbar ul li.menu-2 a {
	background-image:url("img/btn/gaiyo.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.navbar ul li.menu-3 a {
	background-image:url("img/btn/chiiki.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.navbar ul li.menu-4 a {
	background-image:url("img/btn/saiyo.png");
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.navbar ul li.current a {
	background-position:0 -160px;
}

.navbar ul li a:hover {
	background-position:0 -80px;
}

.navbar ul li.current a:hover {
	background-position:0 -160px;
}


/* =Content
-------------------------------------------------------------- */

.content {
	padding: 0 0 20px 0;
}
 
.content h1 {
	font-size:260%;
	font-weight:bold;
	color:#000;
/*
	background-image:url("http://www.ueno-gas.co.jp/group/grcms/wp-content/themes/uenogas-groupwp/img/icon_h1.gif");
	background-repeat:no-repeat;
	background-position:0 6px;
*/
	margin-top:40px;
	margin-right:0px;
	margin-bottom:60px;
	margin-left:0px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝",  "MS PMincho", "MS 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","serif";
}

.content h2 {
	font-size: 140%;
	font-weight: bold;
	color: #333;
	line-height: 1.8;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 5px 20px 5px 20px;
	background: #d6ceba;	
}

.content h2 a:link {
	color:#333;
}
.content h2 a:visited {
	color:#333;
}

.content h3 {
	font-size:120%;
	font-weight:bold;
	color:#000;
	padding:10px 0 10px 20px;
	margin-top:40px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	border-left: 10px solid #666;
}

.content .kakomi h3 {
	margin-top:0px;
}

.content h4 {
	font-size:100%;
	font-weight:bold;
	color:#663333;
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	border-left:10px solid #ccc;
}


/* Text elements */
p {
	margin:20px 0;
}
em {
	font-weight:bold;
	font-style:normal;
}
.catch {
	font-size:120%;
	color:#000;
}
.aka {
	color:#ff0000;
}
.kakomi {
	font-size:100%;
	padding:30px;
	border:1px solid #CCC;
	background-color:#fff;
}
ul, ol {
	margin-left: 2em;
}

.table {
	border-top: 1px solid #c0bfbd;
	margin-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 10px;
	line-height: 1.8;
	vertical-align: top;
	border-top: 0px dotted #ccc;
	border-bottom: 1px solid #c0bfbd;
}

.hyou {
	border-top: 0px solid #c0bfbd;
	margin-bottom: 40px;
}

.hyou > thead > tr > th,
.hyou > tbody > tr > th,
.hyou > tfoot > tr > th,
.hyou > thead > tr > td,
.hyou > tbody > tr > td,
.hyou > tfoot > tr > td {
	padding: 10px;
	line-height: 1.8;
	vertical-align: top;
	border-top: 0px dotted #ccc;
	border-bottom: 0px solid #c0bfbd;
}
.hyou > thead > tr > th,
.hyou > tbody > tr > th,
.hyou > tfoot > tr > th {
	background-color:#d6ceba;
	border-top: 5px solid #f0ece3;
	border-bottom: 5px solid #f0ece3;
	border-right: 5px solid #f0ece3;
}


/* Link */
.content a {
	color:#663333;
	text-decoration:none;
}
.content a:visited {
	color:#663333;
	text-decoration:none;
}
.content a:hover {
	color:#000;
	text-decoration:underline;
}
.content a:active {
	color:#000;
	text-decoration:underline;
}

.content a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.content a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


/* =Footer
-------------------------------------------------------------- */

.footer {
	color: #fff;
	font-size: 80%;
	padding: 20px 0 60px 0;
	background-color: #666;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration:underline;
}

.footer .text-center {
	margin-top: 20px;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 50px;
	text-indent:-9999px;
	background-image:url("img/pagetop.png");
	background-repeat:no-repeat;
}

/* =Images（Wordpress用）
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


/*==========  最大幅  ==========*/
img {
    max-width: 100%;
    height: auto;
}


/*==========  nav中央寄せ  ==========*/

@media (min-width: 768px){

.navbar {
    overflow:hidden;
}
.navbar > div {
    position:relative;
    left:50%;
    float:left;
}
.navbar ul {
    position:relative;
    left:-50%;
    float:left;
}
.navbar li {
    float:left;
}
.navbar li + li {
}
}


/*==========  clear  ==========*/

.clear {
    clear: both;
}


/*==========  共通  ==========*/

.sp-only {
	display: none;
}


/* =内部コンテンツ用
-------------------------------------------------------------- */

/*ボタン*/

.btn-default,
a.btn-default:link,
a.btn-default:visited {
	color:#fff;
	background:#113775;
	font-weight:bold;
	border:0px solid;
	padding:10px 20px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.btn-default:hover,
a.btn-default:hover {
	color:#113775;
	background:#fff;
	border:0px solid;
	text-decoration:none;
}
.btn-default span {
	float:right;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
	color:#000;
	background:#fff;
	font-weight:bold;
	border:1px solid #ccc;
	padding:10px 20px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:hover,
a.btn-primary:hover {
	color:#999;
	background:#fff;
	border:1px solid #ccc;
	text-decoration:none;
}


/*各グループ*/

.group-profile {
	overflow:hidden;
}

.group-profile .hyou {
	width:600px;
	float:left;
}
.group-profile .group-photo {
	width:320px;
	padding:0 0 0 0;
	margin:-15px 0 0 0;
	float:right;
}

/*グループの概要*/

.kakomi-rinen {
	font-size:100%;
	padding:30px;
	background-color:#fff;
	background-image:url("img/gaiyou/rinen_bg.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-20px;
}
.kakomi-rinen ul li {
	padding-right:160px;
	margin-bottom:10px;
}

/*地域貢献活動*/

.kakomi-kouken {
	font-size:100%;
	padding:20px 30px 10px 30px;
	background-color:#fff;
	margin:40px 0 20px 0;
	border-top:10px solid #d6ceba;
}

.row .kakomi-kouken {
	margin:20px 0 0 0;
}

.content .kakomi-kouken h2 {
	color:#333;
	margin:10px 0 10px 0;
	padding:0;
	background-color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝",  "MS PMincho", "MS 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","serif";
	font-size: 160%;
}
.content .kakomi-kouken h2:first-letter {
	color:#990000;
	font-size: 120%;
}

.kakomi-kouken .kakomi {
	font-size:100%;
	padding:10px 20px;
	border:1px solid #fff;
	background-color:#f1f1f1;
	font-size:90%;
	margin-top:20px;
	margin-bottom:20px;
}

.content .kakomi-kouken p.small {
	margin-top:-10px;
}

.kakomi-kouken .catch {
	color:#990000;
}

/* フォーム */

.form-group .checkbox input,
.form-group .radio input,
.form-group .radio-inline input {
	margin-top: 8px;
}

.form-group hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.text-right-md {
	text-align: right;
}

/* Pagination */

ul.pagination li.active a {
	color: #fff;
}

/* 追加 */

span.glyphicon {
	width: 1.1em;
}

/* Edit Link */

.edit-link {
  display: block;
  padding: 40px;
  clear: both;
  text-align: right;
}

.edit-link a {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.edit-link a:link,
.edit-link a:visited {
  color: #fff;
}
.edit-link a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #286090;
  border-color: #204d74;
}


/*==========  Mobile First Method  ==========*/
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){

	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){

	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){

	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 1024px){

	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1366px){

	}
 
 
/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1366px){

	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 1024px){

	}

	@media only screen and (max-width : 990px){

.services-btn .btn-services {
	width: 285px;
}

.services .sp-mbottm50 {
	margin-bottom: 50px;
}

.navbar {
	width:100%;
	min-height: 50px;
	border-left: none;
	border-right: none;
}

.navbar-collapse {
	padding: 0;
}

.navbar ul li a {
	font-weight: normal;
	color: #000;
	font-size: 100%;
	width: 100%;
	height: auto;
	text-indent: inherit;
}

.navbar ul li.menu-1 a {
	background-image: none;
}

.navbar ul li.menu-2 a {
	background-image: none;
}

.navbar ul li.menu-3 a {
	background-image: none;
}

.navbar ul li.menu-4 a {
	background-image: none;
}

.navbar ul li.menu-5 a {
	background-image: none;
}

	}

 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 767px){

.pc-only {
	display: none;
}

.sp-only {
	display: block;
}

.container {
	padding: 0 20px;
}

.header {
	height: 110px;
	overflow:hidden;
}
.header .container {
	height: 110px;
}

#site-title a {
	width: 171px;
	height: 70px;
	margin-left: 10px;
}


.content h1 {
	font-size: 160%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content h2 {
	font-size: 120%;
	margin-top: 20px;
	padding: 5px 10px;
}

.content h2 a:link {
	color:#333;
}
.content h2 a:visited {
	color:#333;
}

.content h3 {
	font-size:110%;
	font-weight:bold;
	color:#000;
	padding:10px 0 10px 20px;
	margin-top:20px;
	margin-bottom:20px;
}

.group-profile .hyou {
	width:auto;
	float:none;
}
.group-profile .group-photo {
	width:auto;
	padding:0 0 0 0;
	margin:0;
	float:none;
}


.footer {
	padding: 20px 0 40px 0;
}

.sp-block {
	display: block;
	width: 100%;
	float: none;
}

.sp-list-block {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.sp-list-block li {
	display: block;
	width: 100%;
	float: none;
	border-bottom: 1px solid #666;
	padding: 10px;
}

.sp-list-block li a {
	display: block;
	width: 100%;
}

.sp-center {
	display: block;
	width: 100%;
	float: none;
	text-align: center;
}

.text-right-md {
	text-align: left;
}

	}

	@media only screen and (max-width : 575px){

	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){

body {
	font-size: 14px;
	line-height: 1.8;
}


 .header {
	height: 80px;
}

.header .container {

	background-size:200px;
	height: 80px;
}

.header .pull-right {
	display: none;
}

#site-title a {
	width: 171px;
	height: 70px;
}


.navbar-header {
	border-bottom: 1px solid #fff;
}

.navbar ul {
	background-color: #113775;
	text-align: left;
}

.navbar ul li {
	width: 100%;
	margin: 5px 0;
}

.navbar ul li a {
	font-weight: normal;
	color: #fff;
	font-size: 100%;
	width: 100%;
	height: auto;
	text-indent: inherit;
}

.navbar ul li a:hover {
	background-color: #fff;
	color: #113775;
}

.navbar ul li.menu-1 a {
	background-image: none;
}

.navbar ul li.menu-2 a {
	background-image: none;
}

.navbar ul li.menu-3 a {
	background-image: none;
}

.navbar ul li.menu-4 a {
	background-image: none;
}

.navbar ul li.menu-5 a {
	background-image: none;
}

.navbar ul li.menu-6 a {
	background-image: none;
	background-color: #fff;
	color: #000;
	width: 94%;
	margin: 2% 3%;
	font-size: 100%;
}

.kakomi-kouken {
	font-size:100%;
	padding:10px 20px 10px 20px;
	background-color:#fff;
	margin:20px 0px;
	border-top:10px solid #d6ceba;
}

.content .kakomi-kouken h2 {
	font-size: 120%;
	margin-bottom:0;
}

.kakomi-rinen {
	padding:20px;
	background-color:#fff;
	background-image:none;
}
.kakomi-rinen ul li {
	padding-right:0;
}

.kakomi-kouken .kakomi {
	font-size:100%;
	padding:10px 20px;
	border:1px solid #fff;
	background-color:#f1f1f1;
	font-size:90%;
	margin-top:0px;
	margin-bottom:10px;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	line-height: 40px;
	text-indent:-9999px;
	background-size:40px;
}
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){

	}
