﻿@charset "utf-8";
@font-face {
	font-family: 'FontAwesome';
	src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 一括初期化
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 0.5em 0;
}


/* 基本設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/



body {
	font-size: 70%;
	line-height: 1.8;
	color: #333;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	
}
a{
	color: #333;
}
a:hover {
	color: #69F;
}




/*画像フローティング*/

.imgLeft{
	float:left;
	width:auto;
	margin:0 20px 10px 0;
}
.imgRight{
	float:right;
	width:auto;
	margin:0 0 10px 20px;
}



/*リスト*/
.list{
	margin:0 0 2em 2em;
}
.listNone{
	margin: 0 0 2em 0;
	list-style:none;
}


/*文字*/
.pink{
	color:#F66;
}
.sky{
	color:#8CC;
}
li.iconfont{
	height:40px;
	font-size:40px;
}
li.iconfont span{
    font-family: 'WebIconFonts';
	font-size:10px;
	height:20px;
	vertical-align:top;
}



/*containeの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

#container{
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}



h1{
	font-family: 'Wire One', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	font-size:40px;
	font-weight:normal;
	vertical-align:bottom;
}

h1 span{
	font-size:15px;
	float:right;
	margin-top:-12px;
}




/*メニューの設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

div#menu {
	position: fixed;
	overflow-y: scroll;
    overflow-x: hidden;
	width: 170px;
	height:100%;
	color:#888;
	letter-spacing: 1px;
	padding:0 15px 0;
	margin:0;
	
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
div#menu h2{
	font-size:.8em;
	clear: both;
	margin-top:10px;
	background:#dce9e3;
}
div#menu ul {
	clear:both;
	min-height: 1px;
}
div#menu ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#menu li {
	position: relative;
	float:left;
	list-style: none;
	margin:2px;
}
div#menu li.topmenu{
	font-size:.7em;
	display:block;
	clear:both;
	float:none;
}
div#menu li.title{
	width:100%;
	clear:both;
	display:block;
}
div#menu a{
	color:#555;
}
div#menu div{
	padding:3em 0 0;
}

div#menu hr:before{
	clear:both;
	display:blockl;
	float:none;
	content:"";
}
div#menu hr{
    border: 0;
	clear:both;
	margin:20px 0;
    height: 1px;
}
/*タブ全体の設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#content div{
	clear: both;
	width: 900px;
	margin: 30px 240px;
    padding:1em 8px;
	float: left;
}
#content div div{
	margin:0;
    padding:0;
	float: none;
}

#content div h2{
	clear:both;
	font-weight:normal;
	background:#dce9e3;
	border-left:10px solid #eef4f1;
	padding:5px 10px;
	
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px; 
    -moz-border-radius-topright: 5px;   
    -moz-border-radius-bottomleft: 5px;  
}
#content h3{
	clear:both;
	font-weight:normal;
	font-size:1.1em;
	border-bottom:1px dotted #ccc;
	padding:8px 8px 4px;
	margin:0 0 1em;
}

#content div h3:before {
	content: "\f0da";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 14px;
	color: #8CC;
	font-size:15px;
}



#content div p.syosai{
	text-decoration:underline;
}
#content div p.syosai:hover{
	color: #AD2302;
}

#content i{
	color:#8CC;
	width:15px;
}
/*comicBox*/
.comicBox div{
	margin:0 0 100px !important;
}

/*logBox*/
.logBox p{
	width: 600px;
	margin-bottom:100px;
}
.logBox img{
	border:1px solid #555;
	margin-bottom:.1em;
}

/* clearfix　
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



.clearBoth{
clear:both;
}
