/* CSS Document */

/* link */
a:link{
text-decoration: none;
color:#b2b2b2;}
a:visited{
text-decoration: none;
color:#b2b2b2;}
a:hover{
color:#fff;}
a:activ{
color:#b2b2b2;}
a:hover img{
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #353535;
}

@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}


body{
background-color:#ffffff;
background-image: url(img/bg_gomi2.png);
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
color:#ffffff;
width:1000px;
margin-top:50px;
margin-right:auto;
margin-left:auto;
padding:0;
font-size:85%;
line-height:25px;
font-family:‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Verdana";
 -webkit-text-size-adjust: 100%;
letter-spacing: 3px;
}

.txt70 { font-size: 80%;}
.txt_white { color: #ffffff;}
.mojikan { letter-spacing: 0.5em;}

.mt50{ margin-top: 50px;}

.content { 
width:900px; 
margin-top:50px;
margin-left:50px;
margin-right:auto;
}

section p img,
.visual img,
.menu-list img,
.bnr-list img,
.article-list img {
max-width: 100%;
height: auto;
border-radius: 8px;
}

main section {
margin-bottom: 60px;
}

.visual,
main .bnr-list,
main #menu,
main #information,
aside section {
margin-bottom: 40px;
}

.center {
   text-align: center;
}


html {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
}

p,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}

p2 {
	margin:0 0 1em 0;
        width:900px;
        float:center;
        font-size:80%;
}

p3 {
	margin:0 0 1em 0;
        font-size:100%;
}

.test_span{
    color:#7995b5;
    margin:0 0 1em 0;
    width:900px;
    float:center;
    font-size:80%;
}

.small_span{
    font-size:70%;
}

.large_span{
    font-size:120%;
    margin:0 0 1em 0;
    line-height:28px;
}

.huge_span{
    font-size:180%;
    margin:0 0 1em 0;
    line-height:28px;
}

img2{
  float: right;
  margin: 0px 20px 0px 0;
}


img3{
  float: left;
  margin: 50px 20px 50px 0;
}

.gallery-image-wrapper.accent {
    background-color: inherit;
}



li.navi2{
display:inline;
text-align:center;
text-decoration:none;
list-style-image:none;
font-size: 120%;
letter-spacing:2px;
}

ul.menu2{
	padding:0;
	list-style:none;
}


.navi2 a{
	margin:0;
	padding: 20px 0;
	display:block;
	float:left;
	width: 180px;
	text-decoration:none;
	/*font-weight: bold;*/
}
.navi2 a:hover{
	background-color: #151515;
}




ul.menu{
	padding:0;
	list-style:none;
	margin-left: 250px; margin-right: auto; margin-top: 0px;
}

li.muda2 a,
li.facebook2 a,
li.twitter2 a,
li.youtube2 a,
li.vimeo2 a {
	margin:100px 30px 50px 0px;
	width:38px;
	text-align:center;
	background-color:#777676;
	text-decoration: none;
	border-top: 1px solid #777676;
	border-left: 1px solid #777676;
	border-bottom: 1px solid #777676;
	border-right: 1px solid #777676;
	border-radius:20px 20px 20px 20px;
	font-size:160%;
}

li.muda2 a
{
	display:block;
	position:abstract;
	float:left;
	padding-top: 9px;
        margin-bottom:1px;
	height:30px;
	}


li.facebook2 a
{
	display:block;
	position:abstract;
	float:left;
	padding-top: 9px;
	height:30px;
	}
li.twitter2 a
{
	display:block;
	position:abstract;
	float:left;
	padding-top: 9px;
	height:30px;

}
li.youtube2 a
{
	display:block;
	position:abstract;
	float:left;
	padding-top: 9px;
	height:30px;

}

li.vimeo2 a
{
	display:block;
	position:abstract;
	float:left;
	padding-top: 9px;
	height:30px;

}

li.muda2 a:hover,
li.facebook2 a:hover,
li.twitter2 a:hover,
li.youtube2 a:hover,
li.vimeo2 a:hover{
	background-color:#d8d6d6;
	}

li.muda2 a:hover img,	
li.facebook2 a:hover img,
li.twitter2 a:hover img,
li.youtube2 a:hover img,
li.vimeo2 a:hover img
 {
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
background: #d8d6d6;}

.box {
	float: left;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

.clear{
	clear:both;}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #666;
}
.box5 p {
    margin: 0; 
    padding: 0;
}

main .bnr-list li {
	list-style:none;
	float: left;
	width: calc(40% - 8px);
}

main .bnr-list li:nth-child(2n) {
	float: right;
	list-style:none;
}

/* :::::: menu-list :::::: */

.menu-list {
	margin-left: -90px;
	list-style:none;
}
.menu-list li {
	float: left;
	width: 40%;
	padding-left: 90px;
	list-style:none;
}
.menu-list li:nth-child(3n+1) {
	clear: left;
	text-decoration: none;
}

/* :::::: article-list :::::: */
.article-list {
margin-left: -90px;
	list-style:none;
}

.article-list li {
	float: left;
	width: 40%;
	padding-left: 90px;
	list-style:none;
}
.article-list li:nth-child(2n+1) {
clear: left;
	list-style:none;
}


/* ƒAƒhƒŒƒX */
address{
text-align:center;
font-size:7px;
font-style:normal;
color:lavender;
border-top:1px #333 dotted;
padding:10px 0 ;
margin-top:10px;
clear:both;
}

/* ƒgƒbƒv‚Ö */
.pgtp { text-align:center; font-size:12px; position:fixed; bottom:20px; right:50px; background-color:rgba(255,255,255,0.2);}
.pgtp a { text-decoration: none; display:block; padding:10px;}
.pgtp:hover {background-color:rgba(255,255,255,0.5);}
