@charset "shift-jis";
/* CSS Document */

* {
  margin:0;
  padding:0;
  line-height:1.5;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
/*  font-family: normal 13px 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', Arial, Helvetica; */
}

#header-name {
  font-size:3.0em;
  padding-top:15px;
}

#alpha h1 {
	font-size:1.9em;
	margin-top:0;
}

#alpha h2 {
	font-size:1.7em;
	margin-top:0;
}

#alpha h3 {
	font-size:1.5em;
}

#alpha div.main-content {
    line-height: 2.0;
}

#alpha, #beta, #gamma {
  padding-top: 15px;
}

#alpha .main-content {
	margin:20px 0 20px;
}

#alpha .breadcrumb {
	margin-bottom:20px;
	padding:10px;
}

#fixed-area {
background:rgba(0,0,0,0.7);
position:fixed;
z-index:10000;
left:0;
bottom:0;
width:100%;
display:block;
min-height:114px;
text-align:center;
color:#fff;
}

#fixed-area a {
color:#fff;
text-decoration:underline;
}

#fixed-area-body {
display:block;
margin:0px auto;
padding:10px 0 10px;
opacity:1.0;
}

#fixed-area-close {
cursor:pointer;
display:block;
position:absolute;
margin:5px;
padding:0;
top:0;
right:0;
width:20px;
height:20px;
max-width:100%;
max-height:100%;
}

#fixed-area-close img {
border:none;
width:20px;
height:20px;
max-width: 100%;
}

#alpha .item-list h3 {
    border-left: none;
    padding: 0 0 0 50px;
    line-height: 40px;
    margin: 0;
	font-weight:bold;
    background: url(../img/default/arrow.png) no-repeat;
}

#alpha .item-list {
	background: #EEE;
    margin-bottom: 30px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#alpha .item-list ul li a {
	font-size:1.5em;
    font-weight: bold;
}

#alpha .item-list ul li {
	list-style-type: none;
    padding: 10px 0 8px 25px;
	background: url(../img/default/dot.png) no-repeat 0 18px;
}

#alpha blockquote {
	background: #EEE;
    margin-bottom: 30px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}


.thumb {
width: 130px;
height: 79px;
padding: 2px;
-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
background-color: white;
float: left;
margin-right: 15px;
}

.thumb img {
width: 126px;
height: 75px;
}

.thumb-side {
width: 79px;
height: 79px;
padding: 2px;
-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
background-color: white;
float: left;
margin:0 3px 10px 3px;
}

.thumb-side-inner {
width: 75px;
height: 75px;
overflow:hidden;
}

.thumb-side img {
width: 130px;
height: 79px;
margin:0 0 0 -24px;
border:0px;
}

.related-thumb {
width: 100%;
height: 100%;
min-height:100px;
padding: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
box-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
background-color: white;
float: left;
margin:0 3px 10px 3px;
font-weight:bold;
}

.related-thumb-inner {
	width:100%;
	height:100%;
/*	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
*/}

.related-thumb img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:0 auto;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}


