/*
Theme Name: mavel web
Theme URI: http://www.mavel.org/
Description: mavel theme
Version: 1.0
Author: dp778-mori
Author URI: http://dp778.co.jp/
*/

@charset "utf-8";
/* CSS Document */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	/*color: #76520d;*/
	font-size: small;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
	/*font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif*/
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#0066FF;
	text-decoration: none;
}
a:visited {
	color:#0066FF;
	text-decoration: none;
}
a:hover {
	color:#0da5f1;
	text-decoration: underline;
}
a:active {
	color:#0da5f1;
	text-decoration: none;
}



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.imgR a:hover img
{
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
background: #fff;
}

.imgL a:hover img
{
opacity:0.9;
filter: alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
background: #fff;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
CSS -micro clearfix
*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
	
/*追加*/
	overflow: hidden;
}


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* text align
----------------------------------------------------------*/
.txl_l {
	text-align:left;
	}

.txl_c {
	text-align:center;
	}

.txl_r {
	text-align:right;
	}





/*--------------------------------------------------------
wrapper
--------------------------------------------------------*/

#wrapper {
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	background:url(images/bg.png);
}


/*--------------------------------------------------------
header
--------------------------------------------------------*/

#header {
	background:#000;
	color:#FFF;
}

#header h1 {
	color:#FFF;
	margin-left:5px;
	line-height:200%;
	font-size: 13px;
}



/*--------------------------------------------------------
main
--------------------------------------------------------*/
#main {
	width:960px;
	margin:20px auto 0;;
}

/*マヴェルスクロール*/
#mavel {
	float:left;
	width:390px;
	position: relative;
	width: 390px;
	height: 557px;
	background-repeat: no-repeat;	
}


#main-in {
	float:right;
	width:550px;
}



#blog {
	width:550px;
	height:500px;
	background:#FFF;
	border:1px solid #000;
}

#news-top {
	width:100%;
	background:#3b5999;
	color:#FFFFFF;
}

#news-top h2{
	color:#FFF;
	margin-left:7px;
	line-height:200%;
}

#news-topicL{
	width:265px;
	float: left;
	text-align: center;	
	margin-top: 10px;
}

#news-topicR{
	width:265px;
	float: right;
	text-align: center;	
	margin-top: 10px;
}

#contents {
	width:550px;
	background:#FFF;
	border:1px solid #000;
}

#contents-top {
	width:550px;
}

#contents-top h2{
	font-size: 1.5em;
	color:#333;
	margin-left:7px;
	line-height:200%;
	margin-top: 0px;
}

#contents h3{
	font-size: 1.1em;
	padding-right: 0px;
	padding-left: 0px;
	color: #666;
	line-height: 1.4em;
	background-image: url(images/page-title.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 545px;
	background-position: 8px;
	padding-top: 38px;
	padding-left: 35px;
	margin-bottom: -25px;
}

#contents h4{
	font-size: 1.1em;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 4px;	
	padding-right: 10px;
	line-height: 1.4em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1774FF;
	width: 500px;
}

#contents ul li{
	margin-left: 15px;
	text-indent: 13px;
	line-height: 2.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 490px;
}

#contents p{
	font-size: 1.0em;

	padding-left: 10px;
	line-height: 1.9em;
	word-spacing: 1.2em;
}

#fb {
	width:550px;
	height:auto;
	background:#FFF;
	margin-top:10px;
}



#sword {
	width:960px;
	height:90px;
	margin:0 auto;
	position:relative;
}


#sword-in {
	width:881px;
	height:155px;
	background:url(images/sword.png) no-repeat;
	position:absolute;
	top:-60px;
	z-index: 100;
}

#banner{
	position:relative;
	z-index: 110;
}

/*--------------------------------------------------------
ブログ・最新情報
--------------------------------------------------------*/
#news_box{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(images/news-blog.png);
	padding-top: 5px;
	padding-bottom: 5px;
}

#news {
	width:550px;
	background:#FFF;
	border:1px solid #000;
	margin-bottom: 15px;
}

#news img{
	margin-top: 10px;
	margin-left: 15px;
}

/*--------------------------------------------------------
ストーリー
--------------------------------------------------------*/
.stoory-back{
	
}

#word dt{
	font-size: 1.3em;
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
	width: 550px;
	color: #1573FF;
}

#word dd{
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px dotted #999;
	padding: 10px;
	background-color: #FFE7B5;
}


/*--------------------------------------------------------
キャラクター
--------------------------------------------------------*/
#char{
	width: 520px;	
}

#char_t{
	width: 340px;
	float: left;
}

#char_img{
	width: 180px;
	float: right;
}

.c_title{
	margin-top: 15px;	
}

/*--------------------------------------------------------
リンク
--------------------------------------------------------*/
.link-t{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
}

/*--------------------------------------------------------
ナビ
--------------------------------------------------------*/


#navi {
	width:100%;
	height:100%;
	clear:both;
}

#navi_in {
	width:960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}



/* menu */

#navi ul {
	height:200%;
	padding:0px;
	width:990px;
	margin: 0;
}

#navi li {
	display:inline;
	list-style-type:none;
	margin:0px;
	background-repeat: no-repeat;
}

#navi li a {
	width:auto;
	display:block;
	float:left;
	text-decoration:none;
	height:0px;
	overflow:hidden;
	padding-top:100px;
	margin:5px 18px 0;
	background-repeat: no-repeat;
}

* html #navi li a {
	width:auto;
	display:block;
	float:left;
	text-decoration:none;
	height:15px;
	overflow:hidden;
	padding-top:100px;
	background-repeat: no-repeat;
}

/*------off*/

#navi li.menu01 a { background:url(images/navi/menu01.png); width:80px;}
#navi li.menu01 a:hover { background:url(images/navi/menu01_rlv.png);}

#navi li.menu02 a { background:url(images/navi/menu02.png); width:80px;}
#navi li.menu02 a:hover { background:url(images/navi/menu02_rlv.png);}

#navi li.menu03 a { background:url(images/navi/menu03.png); width:100px;}
#navi li.menu03 a:hover { background:url(images/navi/menu03_rlv.png);}

#navi li.menu04 a { background:url(images/navi/menu04.png); width:95px;}
#navi li.menu04 a:hover { background:url(images/navi/menu04_rlv.png);}

#navi li.menu05 a { background:url(images/navi/menu05.png); width:101px;}
#navi li.menu05 a:hover { background:url(images/navi/menu05_rlv.png);}

#navi li.menu06 a { background:url(images/navi/menu06.png); width:80px;}
#navi li.menu06 a:hover { background:url(images/navi/menu06_rlv.png);}

#navi li.menu07 a { background:url(images/navi/menu07.png); width:90px;}
#navi li.menu07 a:hover { background:url(images/navi/menu07_rlv.png);}

#navi li.menu08 a { background:url(images/navi/menu08.png); width:50px;}
#navi li.menu08 a:hover { background:url(images/navi/menu08_rlv.png);}


/*--------------------------------------------------------
womboxロゴソーシャル部分
--------------------------------------------------------*/

#womsocial{
	width:910px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

#wombox{
	width: 520px;
	height: 120px;
	float:left;
	margin-top: 0px;
	background-image: url(images/wombox.png);
	background-repeat: no-repeat;
}

#wombox p{
	margin-left: 125px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 7px;
}

#sbt {
	background:#FFF;
	width:890px;
	height:50px;
}

#snsbox{
	text-align:right;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#snsbox ul li{
	display:inline;
	list-style:none;
}

#snsbox ul li div.gt{
	float:right;
	width:40px;
	height:24px;
	padding-top:-10px;
}




/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#footer {
	background:#FFF;
	border-top:5px solid #000;
}



#copyright {
	background:#000;
	color:#FFF;
	font-weight:bold;
	line-height:200%;
}



/*---*/
/*--------------------------------------------------------
wordpress 2012/04/27追加分
--------------------------------------------------------*/

.post {
	width: 500px;
	margin-bottom:20px;
	margin-right: post;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEE2FB;
}

.ttl_5{
	font-size: 15px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
}

.postmeta{
	font-size: 15px;
	color: #F60;
}

.post p	{font-size: 14px;
	line-height: 1.5;}


#main-in2 .box .post p	{
	font-size: 16px;
	padding:10px 0px;
	line-height:150%;
}

#main-in2 .box .post h2 a	{
	font-size: 17px;
}




#main-in2 .box .post p.postmeta {
	margin-bottom: 10px;
	text-align: right;
	font-size:15px;
}


#main-in2 .box .post p.postmeta a {
	font-size:15px;
}



/*--------------------------------------------------------
画像
--------------------------------------------------------*/
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}

.wp-caption-text	{margin: 5px 0 0;}

.wp-caption	{border: solid 1px #cccccc;
	background-color: #f1f1f1;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;}

a img	{border: none;}


/* 前後のページへのリンク */
.prevnext	{font-size: 14px;
	font-family: Verdana, sans-serif;
	margin-top: 30px;
	overflow:hidden;}

.prevnext a:hover	{color: #ff8800;}

.prev	{margin: 0;
	float: left;}

.next	{margin: 0;
	float: right;}



/*--------------------------------------------------------
コメント
--------------------------------------------------------*/
#com	{border: solid 1px #C4B695;
	padding: 20px;
	margin-top: 30px;
	clear: both;
	font-size: 14px;}

#com h3	{margin: 0;
	background-color: #A79363;
	padding: 3px 10px;
	color: white;}

textarea	{width: 450px;
	height: 100px;}

#tr	{background-color: #F2EFE8;
	font-size: 12px;
	padding: 10px;}

.commentlist	{list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;}

.commentlist li	{border-top: dotted 1px #F2EFE8;
	padding-top: 10px;}

.comment-meta	{font-size: 12px;}


.reply {
	margin-bottom:10px;
	}





/*--------------------------------------------------------
検索関係
--------------------------------------------------------*/



#searchform {
	width: 225px;
	padding: 10px 10px 10px 10px;
}

#searchform #s {
	width: 150px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #E7E7E7;
	/*background: #e6f4fa;*/
	vertical-align: middle;
}

#searchform #searchsubmit {
	/*background:#009900;
	border: none;*/
	width: 35px;
	height: 24px;
	/*font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;*/
	vertical-align: middle;
}

#searchform label {
	font-size: 11px;
	color: #41550e;
}



#main-in2 .box #schbox .post h3 a {
	font-size: 15px;
	line-height:130%;
}


#main-in2 .box #schbox .post p.schlink {
	font-size: 12px;
	padding:0px;
	margin:0px;
}


#main-in2 .box #schbox .post p.schlink a{
	float:right;
	font-size:12px;
	line-height:130%;
}







/* ==================== ニュース ==================== */
.newspost {
	width:460px;
	height:100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.newspost p{
	font-size:12px;
	line-height:120%;
}


.newspost h4{
	font-size: 14px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: -140px;
}

.newspost span {
	float:left;
	font-size: 18px;
	color:#555555;
	display:inline;
	height: 25px;
}




/* ==================== ブログ ==================== */
.blogpost {
	width:460px;
	height:100%;
	margin:10px 0px 3px;
}

.blogpost p{
	font-size:12px;
	line-height:120%;
}


.blogpost h5 a {
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	margin: 0 0 8px;
	display:inline;
}

.blogpost span {
	float:left;
	font-size: 10px;
	color:#555555;
	display:inline;
}

/*wp-page-navi*/

.navigation { padding: 15px; text-align:center;}
 
.wp-pagenavi {
	font-weight: normal;
	margin-bottom: 35px;
	margin-left: 20px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 1px 5px 1px 5px; 
  margin: 3px 4px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}
 
.wp-pagenavi a:visited {
  padding: 1px 5px 1px 5px; 
  margin: 3px 4px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}
 
.wp-pagenavi a:hover {
  border: 1px solid #0090db;
  color: #fff;
  background-color: #2f97cc;
}
 
.wp-pagenavi a:active {
  padding: 1px 5px 1px 5px; 
  margin: 3px 4px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}
 
.wp-pagenavi span.pages {
  padding: 1px 5px 1px 5px; 
  margin: 3px 4px;
  color: #666;
  border: 1px solid #aaa;
  background-color: #e7e8e3;
}
 
.wp-pagenavi span.current {
  padding: 1px 5px 1px 5px;
  margin: 3px 4px;
  border: 1px solid #aaa;
  color: #fff;
  background-color: #2f97cc;
}
 
.wp-pagenavi span.extend {
  padding: 1px 5px 1px 5px;
  margin: 3px 4px;
  border: 1px solid #aaa;
  color: #666;
  background-color: #e7e8e3;
}
