﻿@media only screen and (max-width: 750px) {
body{
	min-width:100%;
	width:100%;
}
}
.pc-only{
	display:block;
}
.sp-only{
	display:none;
}
@media only screen and (max-width: 750px) {
.pc-only{
	display:none;
}
.sp-only{
	display:block;
}
}

#wrapper{
    width: 100%;
    height: 100%;
    background:#fff;
	position: absolute;
    top: 0;
}

@media only screen and (max-width: 1080px) {
#wrapper{
	max-width:1080px;
}
}

@media only screen and (max-width: 768px) {
#wrapper{
	position:absolute;
	top:0;
	left:0;
    width: 100%;
}
}

.inner{
	max-width:1080px;
	margin:0 auto;
	padding:100px 0;
}
@media only screen and (max-width: 1024px) {
.inner{
	max-width:100%;
	padding:100px 0 80px 20px;
}
}
@media only screen and (max-width: 750px) {
.inner{
	/*width:86%;*/
	padding:40px 0;
	margin:0 7%;
}
}
  .br-sp { display:none; }
@media screen and (max-width: 650px){	
  .br-sp { display:block; }
}
/*-----------------------------------------------------------
	見出しスタイル
-----------------------------------------------------------*/
h1{}
h2{
	border-left:solid 2px #1e2875;
	border-right:solid 2px #1e2875;
	text-align:center;
	font-size:24px;
	margin:0 auto;
	margin-bottom:48px;
	width:22.0em;
}
@media only screen and (max-width: 768px) {
h2{
	border-left:solid 1px #1e2875;
	border-right:solid 1px #1e2875;
	font-size:14px;
	margin-bottom:20px;
	width:20.0em;
}
}
section p.lead{
	text-align:center;
	line-height:2.1;
	margin-bottom:30px;
}
@media only screen and (max-width: 768px) {
section p.lead{
	text-align:left;
	text-align:justify;
	font-size:12px;
	line-height:1.8;
	margin-bottom:20px;
}
section p.lead br{
	display:none;
}
}






/*-----------------------------------------------------------
	重要なお知らせ
-----------------------------------------------------------*/
.importantNotices{
	width:100%;
	position: absolute;
	top: 0px;
	background-color:#FCC;
	margin-top:47px;
}
.importantNoticesInner{
	/*width:960px;*/
	max-width: 960px;
	margin:0 auto;
	padding:10px 0;
}

@media only screen and (max-width: 960px) {
.importantNoticesInner{
	width:90%;
	margin:0 5%;
	padding:0 0;
}
}

.importantNoticesInner ul{
	list-style: none;
}
.importantNoticesInner li{
	overflow: hidden;
}
.importantNoticesInner li br{
	display: none;
}
.importantNoticesInner .date{
	float: left;
	display: block;
	clear: left;
	width:8.0em;
	font-size:14px;
}

@media only screen and (max-width: 960px) {
.importantNoticesInner .date{
	font-size:12px;
}
}
	
.importantNoticesInner .label{
	float: left;
	display: block;
	width:9.0em;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:#999;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media only screen and (max-width: 960px) {
.importantNoticesInner .label{
	font-size:12px;
}
}

.importantNoticesInner .color01{
	background:#fff;
    border: solid 1px #ff0000;
	color: #ff0000;
}
.importantNoticesInner .title{
	float: left;
	display:block;
	margin-left: 30px;
	height: auto;
	font-size:15px;
}

@media (max-width: 960px) and (min-width: 481px) {
.importantNoticesInner .title{
	float:left;
	margin-left: 0;
	margin-top: 0.5em;
    font-size:14px;
}
}

@media only screen and (max-width: 480px) {
.importantNoticesInner .title{
	float:left;
	margin-left:0;
	margin-top:0.6em;
	font-size:12px;
}
}

.importantNoticesInner .pdf::after{
	content: '';
	display: inline-block;
	background-image: url(../img/common/pdf-icon.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:14px 14px;
	width:20px;
	height:14px;
	vertical-align: middle;
}
.importantNoticesInner li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing:border-box;
	overflow: hidden;
	border-bottom:dashed 1px #f00;
}
.importantNoticesInner li:last-child a{
	border-bottom:none;	
}
.importantNoticesInner li a:link{
	color:#000;
	text-decoration: none;
}
.importantNoticesInner li a:visited {
	color:#000;
	text-decoration: none;
}
.importantNoticesInner li a:hover{
	border-bottom:dashed 1px #f00;
	color: #000;
}
.importantNoticesInner li:last-child a:hover{
	border-bottom:none;	
}
.importantNoticesInner li a:active {
	color:#000;
	text-decoration: none;
}


/*-----------------------------------------------------------
	メインビジュアル
-----------------------------------------------------------*/
#main-visual{
	overflow:hidden;
	position: relative;
	width:100%;
	background-image:url(../img/top/mv.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*background-position:center;*/
	background-position: bottom center;
}

#main-visual-inner{
	max-width:1280px;
	width:86%;
	position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 36%;
    left: 50%;	
}

#main-visual h1{
	color:#1e2875;
	padding-top:200px;
	font-size:54px;
	font-weight:bold;
	word-wrap: break-word;
	text-shadow: 0px 2px 7px rgba(255,255,255,1.0);
}

#main-visual h1 .tag-line{
	width:50%;
	margin:0 auto;
}

#main-visual h1 .tag-line img{
	width:100%;
	height:auto;
}
	
@media (orientation: landscape) and (max-width: 1366px){
#main-visual{
	position: static;
	background-image:url(../img/top/mv.jpg) !important;
	height: 100vh !important;
}
#main-visual-inner{
	max-width:1280px;
	width: 70% !important;
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
	text-align: center;
}
#main-visual h1{
	color:#1e2875;
	font-size:54px;
	font-weight:bold;
	word-wrap: break-word;
	text-shadow: 0px 2px 7px rgba(255,255,255,1.0);
}
#main-visual h1 .tag-line{
	width:50% !important;
	margin:0 auto;
}	
}

@media screen and (max-width: 1090px) {
#main-visual{
	background-image:url(../img/top/mv-sp.jpg);
	background-position:bottom center;
	overflow: hidden;
	position: static;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#main-visual-inner{
	max-width:1280px;
	width:86%;
	position: relative;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}	
#main-visual h1{
	padding-top:0px;
}	
}

@media only screen and (max-width: 768px) {
#main-visual h1 .tag-line{
	width:70%;	
}
}	
	

#main-visual h1 span.lead{
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#333;
	margin-top:100px;
	padding-left:0;
}
@media only screen and (max-width: 768px) {
#main-visual h1 span.lead{
	font-size:20px;
	margin-top:50px;
}
}
@media only screen and (max-width: 425px) {
#main-visual h1 span.lead{
	font-size:16px;
	margin-top:24px;
}
}
#main-visual h1 span.eng{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-top:8px;
	padding-left:0;
}
@media only screen and (max-width: 768px) {
#main-visual h1 span.eng{
	font-size:14px;
	margin-top:4px;
}
}
@media only screen and (max-width: 425px) {
#main-visual h1 span.eng{
	font-size:10px;
	margin-top:2px;
}
}




/*-----------------------------------------------------------
	導入部
-----------------------------------------------------------*/
#introduction ul{
	overflow:hidden;
	width:792px;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
#introduction ul{
	width:100%;
}
}
#introduction li{
	float:left;
	margin-left:18px;
}
@media only screen and (max-width: 768px) {
#introduction li{
	width:48%;
	height:auto;
	margin-left:0;
	margin-bottom:4%;
}
}
#introduction li:first-child{
	margin-left:0;
}
@media only screen and (max-width: 768px) {
#introduction li:first-child{
	margin-right:4%;
}
}
@media only screen and (max-width: 768px) {
#introduction li:last-child{
	float:none;
	margin-left:0;
	width:100%;
	height:auto;
	margin-bottom:0;
}
}

@media only screen and (max-width: 768px) {
#introduction li img{
	width:100%;
	height:auto;
}
}
#introduction li.cm{
	position:relative;
	overflow:hidden;
}
#introduction li.cm a{
	display:block;
	width:355px;
	height:200px;
}
@media only screen and (max-width: 768px) {
#introduction li.cm a{
	width:100%;
	height:auto;
}
}
#introduction li.cm img{
	width:100%;
	height:auto;	
}

#introduction li.cm a::before{
	content: url(../img/common/play-btn.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
}




/*-----------------------------------------------------------
	店舗検索
-----------------------------------------------------------*/
#store-search{
	background-color:#fff;
	color:#333;
}
#store-search .inner{
	background-image:url(../img/top/japan.png);
	background-size:49%;
	background-repeat:no-repeat;
	background-position:left top 10px;
	overflow:hidden;
}
@media only screen and (max-width: 750px) {
#store-search .inner{
	background-size:100%;
	background-position:center top 10px;
}
}
@media only screen and (max-width: 1024px) {
#store-search .inner{
	margin-bottom:0;
	padding-bottom:0;
}
}
#store-box-left{
	float:left;
	width:480px;
	overflow:hidden;
	margin-top:-30px;
}
@media only screen and (max-width: 1024px) {
#store-box-left{
	width:42%;
}
}
@media only screen and (max-width: 750px) {
#store-box-left{
	float:none;
	width: 100%;
	margin-bottom:30px;
}
}
#store-search .heading{
	font-weight:bold;
	font-size:24px;
	background-image:url(../img/top/1200store.png);
	background-size:120px;
	background-repeat:no-repeat;
	height:100px;
	padding-top:40px;
	padding-left:140px;
}
@media only screen and (max-width: 425px) {
#store-search .heading{
	background-size:80px;
	padding-top:10px;
	padding-left:100px;
	height:100px;
	font-size:20px;
}
}

.search-btn{
	width:100%;
	margin-bottom:12px;
}
.search-btn img{
	width:100%;
	height:auto;
}
#form{
	position:relative;
	max-width:420px;
	height:40px;
	margin-bottom:20px;
}
@media only screen and (max-width: 750px) {
#form{
	max-width:95%;
}
}
#sbox{
	height:40px;
	padding:0 10px;
	position:absolute;
	left:0;
	top:0;
	width:420px;
	border-radius:20px;
	border:none;
	border:solid 1px #ccc;
}
@media only screen and (max-width: 750px) {
#sbox{
	width:99%;
}
}
#sbtn{
	height:24px;
	width:24px;
	position:absolute;
	right:0;
	top:7px;
	color:#fff;
	border:none;
	background-color:inherit;
	background-color:#fff;
	background-image:url(../img/common/loupe.png);
	background-repeat:no-repeat;
	background-size:24px;
	cursor:pointer;

}
#store-search p.memo{
	text-align:left;
	line-height:1.4;
	text-indent:-1.0em;
	padding-left:1.0em;
	font-size:12px;
}
@media only screen and (max-width: 750px) {
#store-search p.memo br{
	display:none;
}
}



/* stoer */
#store-box-right{
	float:right;
	width: 540px;
	overflow:hidden;
}
@media only screen and (max-width: 1024px) {
#store-box-right{
	width: 55.5%;
}
}
@media only screen and (max-width: 750px) {
#store-box-right{
	float:none;
	width: 100%;
}
}
#store{
	width: 540px;
	margin:0 auto;
}
@media only screen and (max-width: 1024px) {
#store{
	width: 100%;
}
}
#store li{
	float: left;
	margin-left:18px;
	margin-bottom:18px;
	background:#444;
	width: 251px;
	height: 200px;
}
#store li.no-image{
	height:32px;
}
@media only screen and (max-width: 1024px) {
#store li{
	width: 44%;
}
}
@media only screen and (max-width: 750px) {
#store li{
	width: 48%;
	margin-left:1%;
	margin-right:1%;
	height: 140px;
}
}
section #store li p{
	line-height:1.5;
	font-size:14px;
	padding:12px;
	word-wrap: break-word;
	text-align:left;
}
@media only screen and (max-width: 750px) {
section #store li p{
	line-height:1.4;
	font-size:12px;
	padding:0 12px;
}
}
#store li:first-child,
#store li:nth-child(3){
	margin-left:0;
}
@media only screen and (max-width: 750px) {
#store li:first-child,
#store li:nth-child(3){
	margin-left:1%;
}
}
#store li a{
	display:block;
	position:relative;
	overflow: hidden;
	width:100%;
	height:100%;
}

#store li :link {
	color: #fff;
	text-decoration: none;
}
#store li :visited {
	color: #fff;
	text-decoration: none;
}
#store li :hover {
	color: #fff;
	/*text-decoration: underline;*/
}
#store li :active {
	color: #fff;
	text-decoration: none;
}

#store img{
	width:100%;
	height:auto;
	position:absolute;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s;
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter:alpha( opacity=100);
}

#store li:hover img{
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter:alpha( opacity=60);
}
#store div{
	background-color:rgba(0, 114, 185, 0.9);
	background-image:url(../img/common/3ar-w.png);
	background-repeat:no-repeat;
	background-position:top 7px right 7px;
	background-size: 18px 18px; 
	position:absolute;
	width: 100%;
	height: 180px;
	top:77%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 750px) {
#store div{
	width: 100%;
	height: 180px;
	top:108px;
}
}
#store li a:hover div{
	top:20px;
}#store li.no-image div{
	top:0;
}
#store li.no-image a:hover div{
	top:0;
}
@media only screen and (max-width: 750px) {
#store li a:hover div{
	top:0;
}
}
#store span{
	text-align:center;
	display:block;
	height:32px;
	line-height:32px;
	font-weight:bold;
}
@media only screen and (max-width: 750px) {
#store div{
	font-size:14px;
}
}
@media only screen and (max-width: 375px) {
#store span{
	line-height:250%;
	font-size:90%;
	text-align:left;
	margin-left:5px;
}
}

/*-----------------------------------------------------------
	バナー
-----------------------------------------------------------*/

#bnr .inner {
	width:950px;
	padding:30px 0 140px;
	overflow:hidden;
}
@media only screen and (max-width: 1024px) {
#bnr .inner {
	width:84%;
	margin:0 8%;
	padding:0 0 30px; 
}
#bnr .dc_bnr img {
	width:100%;
}
}
#bnr .dc_bnr {
	text-align:center;
	margin-bottom:15px;
}
@media only screen and (max-width: 1024px) {
#bnr .dc_bnr {
	margin-bottom:8px;
}
}
#bnr ul {
	text-align:center;
}
#bnr li {
	display:inline-block;
	float:left;
}
#bnr li:nth-child(2) {
	float:right;
	margin-right:0;
}
#bnr li {
	width:49%;
	margin-bottom:8px;
	margin-right:2%;
}
#bnr li img {
	width:100%;
}
@media only screen and (max-width: 750px) {
#bnr li {
	width:100%;
}
#bnr li img {
	width:100%;
}
}




/*-----------------------------------------------------------
	サービスメニュー
-----------------------------------------------------------*/
#service{
	background-color:#dddddd;
}
#service .inner{
	padding:60px 0; 
}
@media only screen and (max-width: 750px) {
#service .inner{
	padding:20px 0;
}
}
#service-menu-box{
	width:100%;
	overflow:hidden;
}
#service-menu{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
@media only screen and (max-width: 1024px) {
#service-menu{
	max-width:100%;
	margin-left:10px;
}
}
@media only screen and (max-width: 750px) {
#service-menu{
	width: 100%;
}
}
#service-menu li{
	float: left;
	margin-left:40px;
	margin-bottom:0;
	width: 180px;
}
@media only screen and (max-width: 1060px) {
#service-menu li{
	margin-bottom:0;
	width: 15%;
}
}
@media only screen and (max-width: 750px) {
#service-menu li{
	width: 48%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:10px;
}
}
@media only screen and (max-width: 375px) {
#service-menu li{
	height:auto;
}
}
#service-menu li:first-child{
	margin-left:0;	
}
@media only screen and (max-width: 1024px) {
#service-menu li:first-child{
	margin-left:inherit;	
}
}
@media only screen and (max-width: 750px) {
#service-menu li:first-child,
#service-menu li:nth-child(4){
	margin-left:1%;
}
}
#service-menu li a{
	display:block;
	width:100%;
}

#service-menu li :link {
	text-decoration: none;
}
#service-menu li :visited {
	text-decoration: none;
}
#service-menu li :hover {
	/*text-decoration: underline;*/
}
#service-menu li :active {
	text-decoration: none;
}

#service-menu img{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 750px) {
#service-menu img{
	width:40%;
	height:auto;
	float:left;
}
}

#service-menu span{
	color:#333;
	text-align:center;
	display:block;
	height:32px;
	line-height:32px;
	font-weight:bold;
	margin-top:10px;
}
@media only screen and (max-width: 750px) {
#service-menu span{
	display:block;
	float:left;
	width:50%;
	margin-left:5%;
	font-size:14px;
	text-align:left;
}
}
@media only screen and (max-width: 750px) {
#service-menu span.row2{
	line-height:16px;	
}
}


#service-menu .pc-none{
	display: none !important; 	
}

@media only screen and (min-width: 320px)
and (max-width: 767px){
#service-menu .pc-none{
	display: block !important; 	
}
}




/*-----------------------------------------------------------
	ニュース・リリース
-----------------------------------------------------------*/
section#news{
	width:100%;
	clear:both;
	/*background-color:#f3f3f3;*/
	background:linear-gradient(90deg,#F3F3F3 0%,#F3F3F3 50%,#EAEAEA 50%,#EAEAEA 100%);
}
#news .inner{
	padding:0;
	overflow:hidden;
}
@media only screen and (max-width: 750px) {
#news .inner{
	padding:0;
	margin:0;
	overflow:hidden;
	width:100%;
}
}
#news ul{
	list-style: none;
	clear:both;
	padding-top:16px;
}
#news li{
	/*border-bottom: dotted 1px #ccc;*/
	overflow: hidden;
}
#news li:last-child a{
	border-bottom:none;
}
#news li br{
	display: none;
}
#news .date{
	color:#f00;
	display: block;
	width:8.0em;
	font-size:12px;
	margin:3px 0;
}
/*#news .color01{
	background:#ff0000;
}

#news .color02{
	background:#faaf3b;
}

#news .color03{
	background:#1e2875;
}*/

#news .label{
	float: left;
	display: block;
	width:9.0em;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:#999;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#news .color01{
	background:#999;
}

#news .color02{
	background:#fff;
    border: solid 1px #ff0000;
	color: #ff0000;
}

#news .color03{
	background:#00489B;
}

#news .color04{
	background:#00A273;
}

#news .color05{
	background:#ff0000;
}

#news .title{
	float: left;
	display: block;
	height: auto;
	font-size:14px;
	margin-left:15px;
}
#news .title span{
	color:#f00;
	padding-left:0.3em;
}
#news .pdf::after{
	content: '';
	display: inline-block;
	background-image: url(../img/common/pdf-icon.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:14px 14px;
	width:20px;
	height:14px;
	vertical-align: middle;
}
#news li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing:border-box;
	overflow: hidden;
	border-bottom:solid 1px #ccc;
}
#news li a:link{
	color:#000;
	text-decoration: none;
}
#news li a:visited {
	color:#000;
	text-decoration: none;
}
#news li a:hover{
	/*border-top:solid 1px #999;*/
	background-color:rgba(255,255,255,0.3);
	color: #000;
}
#news li a:hover .title{
	/*text-decoration: underline;*/
}
#news li a:active {
	color:#000;
	text-decoration: none;
}


@media only screen and (max-width: 750px) {
#news{
	width: 100%;
}
#news .date{
	width:7.0em;
}
#news li br{
	display: block;
}
#news .label{
	margin-top:12px;
}
#news .title{
	float:left;
	margin-top:12px;
	margin-left:15px;
	font-size:14px;
}
#news li a{
}
#news li a:hover{
	border-bottom:solid 1px #333;
	color: #000;
}
}
.box01, .box02, .box03{
	float:left;
	width:45%;
	padding:25px;
}
@media only screen and (max-width: 1080px) {
.box01, .box02, .box03{
	float:left;
	width:47%;
	padding:15px;
}
}
@media only screen and (max-width: 1020px) {
.box01, .box02, .box03{
	width:45%;
}
}
@media only screen and (max-width: 750px) {
.box01, .box02, .box03{
	float:none;
	width:84%;
	padding:5% 8% 10%;
}
}
.box01{
	background-color:#f3f3f3;	
}
.box02{
	background-color:#eaeaea;
	/*height:450px;*/	
}
.box03{
	background-color:#f3f3f3;	
}
@media only screen and (max-width: 1024px) {
.newsBox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width:100%;
}
}
@media only screen and (max-width: 750px) {
.newsBox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
}
#news h3{
	font-size:18px;
	float:left;
}
#news .backnumber{
	display:block;
	background-color:#007289;
	float:right;
	font-size:14px;
	padding:2px 8px;
}
#news .icon{
	padding-right:10px;
}
#news .backnumber:link{
	color:#fff;
	text-decoration: none;
}
#news .backnumber:visited {
	color:#fff;
	text-decoration: none;
}
#news .backnumber:hover{
	color: #fff;
}
#news .backnumber:hover .title{
	/*text-decoration: underline;*/
}
#news .backnumber:active {
	color:#fff;
	text-decoration: none;
}






/*-----------------------------------------------------------
	コメリグループ
-----------------------------------------------------------*/
#group-site-icon{
}
#group-site-icon .bnr{
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	padding-bottom:40px;
	padding-top:15px;
}
#group-site-icon .bnr li{
	float:left;
	width:206px;
	margin-right:12px;
	margin-bottom:12px;
}
@media only screen and (max-width: 1075px) {
#group-site-icon .bnr li{
	width:17%;
	margin-right:20px;
}
}
@media only screen and (max-width: 750px) {
#group-site-icon .bnr li{
	width:48%;
	margin:1%;
}
}
#group-site-icon .bnr li:nth-child(5n){
	margin-right:0;	
}
@media only screen and (max-width: 750px) {
#group-site-icon .bnr li:nth-child(5n){
	margin-right:1%;
}
}
#group-site-icon .bnr li img{
	width:100%;
	height:auto;
}
#group-site-icon .heading{
	color:#e00012;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
@media only screen and (max-width: 750px) {
#group-site-icon .heading{
	font-size:24px;	
}
}
#group-site-icon p{
	margin-top:40px;
	float:left;
}
@media only screen and (max-width: 1024px) {
#group-site-icon p{
	margin-left:15px;
}
}
@media only screen and (max-width: 750px) {
#group-site-icon p{
	font-size:12px;
	margin-bottom:10px;
}
}
#group-site-icon .alb{
	overflow:hidden;	
}
#group-site-icon .alb-bnr{
	margin-top:30px;
	float:right;
}
@media only screen and (max-width: 1024px) {
#group-site-icon .alb-bnr{
	margin-right:15px;
}
}
@media only screen and (max-width: 750px) {
#group-site-icon .alb-bnr{
	width:100%;
	margin:0;
}
}
#group-site-icon .alb-bnr li{
	float:left;
	/*width:150px;*/
	margin-left:10px;
}
@media only screen and (max-width: 750px) {
#group-site-icon .alb-bnr li{
	float:left;
	width:120px;
	margin:1%;
}
}
@media only screen and (max-width: 750px) {
#group-site-icon .alb-bnr img{
	width:100%;
	height:auto;
}
}