* {
margin:0;padding:0;
}

body {
color:#ffffff;
line-height:200%;
font-size:12px;
font-family: Meiryo, メイリオ;
background: url("img/pattern.png") repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #616161), color-stop(0.00, #000000));
background: url("img/pattern.png") repeat, -webkit-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -moz-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -o-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -ms-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, linear-gradient(#000000, #616161);
}

a:link {/*未訪問のリンク*/
color:#c72e00;
text-decoration:none;
}
a:visited {/*訪問後のリンク*/
color:#c72e00;
text-decoration:none;
}

a:hover {
position:relative; top:1px;
text-decoration:underline;
}
a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}

h2{
width: 100%;
height:5px;
background: url("img/pattern.png")  repeat;
}

.about{
margin-top:50px;
margin-left: auto;
margin-right: auto;
text-align:center;
background-color:#000000;
}

.newsmain{
margin-top:80px;
margin-left: auto;
margin-right: auto;
text-align:center;
background-color:#000000;
}

img.wi{
max-width: 100%;
}

img.bn{
max-width: 100%;
width:320px;
}

.main{
background: url("img/pattern.png") repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #616161), color-stop(0.00, #000000));
background: url("img/pattern.png") repeat, -webkit-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -moz-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -o-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, -ms-linear-gradient(#000000, #616161);
background: url("img/pattern.png") repeat, linear-gradient(#000000, #616161);
width: 90%;
color:#ffffff;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
padding:15px;
text-align:center;
border:1px solid #666666;
}

.nakami{
width: 90%;
margin:10px auto;
height:120px;
overflow: auto;
text-align:left;
background-color: #333333;
border:1px solid #888888;
}

.main img{
border-style:none;
margin:0 auto;
max-width: 100%;
height: auto;
}

.tx{
width: 90%;
margin:10px auto;
text-align:left;
}

.sharebtn{
width: 95%;
}
.sharebtn table{
margin-left : auto ;
margin-right : 0 ;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

img.li{
margin:5px 20px;
}

.youtube {
    margin:auto;
	width: 600px;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ここから下ナビゲーションあれこれ */

.inner {
width: 980px;
margin: 0 auto;
}
.inner:after {
content: "";
clear: both;
display: block;
}
 
/* header */
#top-head {
top: -100px;
position: absolute;
width: 100%;
margin: 100px auto 0;
padding: 20px 0 0;
z-index: 999;
background: #fff;
}
#top-head a,
#top-head {
color: #fff;
text-decoration: none;
}
#top-head .inner {
position: relative;
}
#top-head .logo {
float: left;
}
#global-nav ul {
list-style: none;
position: absolute;
right: 0;
bottom: 0;
font-size: 14px;
}
#global-nav ul li {
float: left;
}
#global-nav ul li a {
padding: 0 10px;
color:#c72e00;
font-size:20px;
}
.logo img {
    width: 100%;
}
 
/* Fixed */
#top-head.fixed {
margin-top: 0;
top: 0;
position: fixed;
padding-top: 10px;
height: 55px;
background: #fff;
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
font-size: 24px;
color:#c72e00;
font-size:20px;
}
#top-head.fixed #global-nav ul li a {
color:#c72e00;
font-size:20px;
padding: 0 10px;
}
 
/* Toggle Button */
#nav-toggle {
display: none;
position: absolute;
right: 12px;
top: 14px;
width: 34px;
height: 36px;
cursor: pointer;
z-index: 101;
}
#nav-toggle div {
position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #666;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 11px;
}
#nav-toggle span:nth-child(3) {
top: 22px;
}


#top-head,
.inner {
width: 100%;
padding: 0;
}
#top-head {
top: 0;
position: fixed;
margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
padding-top: 0;
background: transparent;
}
#mobile-head {
background: #fff;
width: 100%;
z-index: 999;
position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
position: absolute;
left: 13px;
top: 0;
font-size: 26px;
}
#global-nav {
position: absolute;
/* 開いてないときは画面外に配置 */
top: -500px;
background: #fff;
width: 100%;
text-align: center;
padding: 10px 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#global-nav ul {
list-style: none;
position: static;
right: 0;
bottom: 0;
font-size: 14px;
}
#global-nav ul li {
float: none;
position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
padding: 18px 0;
}
#nav-toggle {
display: block;
}
 /* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
top: 11px;
-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: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}

.keywordsh {
		margin:0px;
		padding:0px;
		text-indent:-9999px;
		display:none;
}

#cardtd {
    background:#550000;
}
#cardsb {
    background:#000055;
}
#cardtitle {
    background:#DDAAAA;
    color:#000;
}
.main table {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.maintable {
    max-width:100%;
}
.maintable td,th {
    border:1px #FFF solid;
}
.skillstr {
    border:none;
}
.skillstr td {
    text-align:left;
    border:none;
    padding:5px;
}
.list2 ul{
    margin: 10px;
}
.list2 ul li{
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 1px #ccc solid;
    border-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: linear-gradient(#fff, #f0f0f0);
    display:block;
    -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
    box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}
.list2 ul li:first-child{
    border-radius: 8px 8px 0 0;
}
.list2 ul li:last-child{
    border-radius: 0 0 8px 8px;
    border-bottom:1px #ccc solid;
}
.list2 ul li a{
    color: #333;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight:bold;
    -webkit-line-clamp: 2;
}
.list2 ul li a::after{
}
.mediatitle {
    color:#c72e00;
}