@charset "utf-8";


@media screen and (min-width:641px) {
/*============================================
本文
============================================*/
div#headerbody {
    background-color: #dddddd;
}

body {
    background-image: url(../images/others/megalonia/background.png);
}

div#info {
	width:1160px;			/*幅の指定*/
	float:left;			/*カラムを左寄せにする*/
    margin:0 auto;       /*マージン*/
	padding:0px;		/*パディング*/
}

div#pwrapper {
    padding:20px 0px;
    background-color:rgba(225,225,225,0.7);
    color:#000000;
    border-radius: 20px;
}

p {
	width:1140px;		/*幅の指定*/
	margin:10px;		/*マージン*/
	text-indent:1em;		/*インデント幅*/
}

hr {
    width:1160px;       /*横幅*/
	clear:both;			/*フロート配置をクリアする*/
	margin:10px 0px;		/*マージン*/
	border:2px dashed #dddddd;	/*内容の区切りをグレーの点線表示にする*/
}

h4 {
    width:1140px;
    height:auto;
    margin:20px 0px;
    padding:10px; 10px;
    background-color:rgba(225,225,225,0);
    color: #ffffff;
    border-bottom: solid 3px #dddddd;
    font-size: 200%;
    
}

h5 {
    border-left: 0px;
}

div#footer{
    color:#ffffff;
}

a#latest_link {
    margin:10px;
}

a#latest_link:hover {
    filter: brightness(110%);
    transition-duration: 0.2s;
}

/*============================================
メインメニュー色
============================================*/
div#menubody {
    background-color:#191970;
}
    
.menu li {
    background-color:#191970;		/*背景色*/
}

.menu li a {
	color:#ffffff;			/*文字色*/
}

.menu li ul a {
	color:#ffffff;			/*文字色*/
}

.menu ul {
    background-color:#191970;		/*背景色*/
}

.menu li:hover {
    background-color: #161666;      /* カーソルを合わせると色が変わる */
    transition-duration: 0.2s;      /*色が変わる時間*/
}

/*============================================
記事リスト
============================================*/
div#articlelist {
    width:1140px;
    height:auto;
    margin:10px;
}

ul.articlelist {
    background-color: #ffffff;
    width:1140px;
    height:auto;
    border: 0px;
    margin: 0;
    padding: 0;
}

ul.articlelist li {
    width:1140px;
    height:auto;
    margin: 0;
    border-bottom: solid 2px #333333;
}

ul.articlelist li a {
    display:flex;
    width:1140px;
    height:auto;
    padding: 10px 0px;
    font-size: 120%;
}

ul.articlelist li a dd {
    width:100px;
    text-indent: 1em;

}

ul.articlelist li a dt {
    width:1040px;

}

ul.articlelist li a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}
    
/*============================================
キャラクター関連
============================================*/
div#character_wrapper {
    display:flex;
}

img#character {
    width:450px;
    height:600px;
    margin:10px;
}

p#character_title {
    width:670px;
    font-size:150%;
    text-indent: 0em;
    border-bottom:solid 3px #000000;
}
p#character_intro {
    width:670px;
}

/*============================================
タイムライン関連
============================================*/
div#timeline {
    display:flex;
}

div#timeline_vertical {
    display:block;
    width:auto;
    height:1100px;
    margin:0px 0px 0px 50px;
    border-right:solid 10px #ffff00;
    box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
}

div#timeline_horizon {
    width: 1100px;
    height:auto;
    margin:0;
    
}

p#timeline_title {
    width:1080px;
    margin:0px 10px 0px 0px;
    padding:0px 10px 0px 0px;
    font-size:150%;
    border-bottom:solid 5px #ffff00;
}

p#timeline_info {
    width:1060px;
    padding:0px 0px 0px 20px;
}

div#timeline_link {
    width:950px;
    height:auto;
    border-bottom: solid 5px #ffff00;
    display: flex;
    align-items:flex-end;
}

div#timeline_link p {
    width:130px;
    margin:0px 10px 0px 0px;
    padding:0px 10px 0px 0px;
    font-size:150%;
}

div#timeline_link a:hover{
    filter: brightness(110%);
    transition-duration: 0.2s;
}
    
p#tobecontinued {
    text-align:center;
    font-size: 150%;
}
    
}



/*============================================
モバイル版
============================================*/
@media screen and (max-width:640px) {

/*============================================
本文（モバイル版）
============================================*/
div#headerbody {
    background-color: #dddddd;
}

body {
    background-image: url(../images/others/megalonia/background.png);
}

div#info {
	width:100%;			/*幅の指定*/
	float:left;			/*カラムを左寄せにする*/
    margin:0 auto;       /*マージン*/
	padding:0px;		/*パディング*/
}

div#pwrapper {
    padding:20px 0px;
    background-color:rgba(225,225,225,0.7);
    color:#000000;
    border-radius: 10px;
}

p {
	width:98%;		/*幅の指定*/
	margin:0px;		/*マージン*/
    padding:5px;
	text-indent:1em;		/*インデント幅*/
}

hr {
    width:100%;       /*横幅*/
	clear:both;			/*フロート配置をクリアする*/
	margin:10px 0px;		/*マージン*/
	border:2px dashed #dddddd;	/*内容の区切りをグレーの点線表示にする*/
}

h4 {
    width:100%;
    height:auto;
    margin:20px 0px;
    padding:0px;
    background-color:rgba(225,225,225,0);
    color: #ffffff;
    border-bottom: solid 3px #dddddd;
    font-size: 150%;
    text-indent: 1em;
    
}

h5 {
    border-left: 0px;
}

div#footer{
    color:#ffffff;
}

a#latest_link {
    width:100%;
    height:auto;
    margin:0px;
}

a#latest_link:hover {
    filter: brightness(110%);
    transition-duration: 0.2s;
}
    
a#latest_link img {
    width:100%;
    height:auto;
}

img.header {
    width:100%;
    height:auto;
}

/*============================================
メインメニュー色（モバイル版）
============================================*/

/*アイコンのスペース*/
#nav-open {
    background-color: #191970;
}

#mobilemenu-content ul.menu li {
    background-color:#191970;		/*背景色*/
    border-bottom:solid 3px #ffff00;
}

#mobilemenu-content {
  background: #dddddd;/*背景色*/
}
#mobilemenu-content ul.menu li:hover {
    background-color: #161666;      /* カーソルを合わせると色が変わる */
    transition-duration: 0.2s;      /*色が変わる時間*/
}

#mobilemenu-content ul.menu li.main {
    background-color: #131333;
}

/*============================================
記事リスト（モバイル版）
============================================*/
div#articlelist {
    width:100%;
    height:auto;
    margin:10px 0px;
}

ul.articlelist {
    background-color: #ffffff;
    width:100%;
    height:auto;
    border: 0px;
    margin: 0;
    padding: 0;
}

ul.articlelist li {
    width:100%;
    height:auto;
    margin: 0;
    border-bottom: solid 2px #333333;
}

ul.articlelist li a {
    display:flex;
    width:100%;
    height:auto;
    padding: 10px 0px;
    font-size: 120%;
}

ul.articlelist li a dd {
    width:100px;
    text-indent: 1em;

}

ul.articlelist li a dt {
    width:90%;

}

ul.articlelist li a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}
    
/*============================================
キャラクター関連（モバイル版）
============================================*/


img#character {
    width:100%;
    height:auto;
}

p#character_title {
    width:98%;
    font-size:150%;
    text-indent: 0em;
    border-bottom:solid 3px #000000;
}
p#character_intro {
    width:98%;		/*幅の指定*/
	margin:0px;		/*マージン*/
    padding:5px;
	text-indent:1em;		/*インデント幅*/
}

/*============================================
タイムライン関連（モバイル版）
============================================*/
div#timeline {
    display:flex;
}

div#timeline_vertical {
    display:block;
    width:auto;
    height:1200px;
    margin:0px 0px 0px 10px;
    border-right:solid 5px #ffff00;
    box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 1);
}

div#timeline_horizon {
    width: 100%;
    height:auto;
    margin:0;
    
}

p#timeline_title {
    width:95%;
    margin:10px 0px;
    padding:0px 0px 0px 0px;
    font-size:100%;
    font-weight: bold;
    border-bottom:solid 5px #ffff00;
}

p#timeline_info {
    width:90%;
    padding:0px 0px 0px 20px;
}

div#timeline_link {
    width:95%;
    height:auto;
}
    
div#timeline_link img {
    width:100%;
    height:auto;
}

div#timeline_link p {
    width:100%;
    margin:0px;
    padding:0px 0px 0px 0px;
    font-size:100%;
    font-weight: bold;
    border-bottom:solid 5px #ffff00;
}

div#timeline_link a:hover{
    filter: brightness(110%);
    transition-duration: 0.2s;
}

p#tobecontinued {
    font-weight: bold;
}

}