body{
font: 15px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
-webkit-text-size-adjust: 100%;
background-color: #191970;
}

#wrap{
background-color: #ffffff;
width: 940px;
border:5px solid #fbfbfb;
margin: 0px auto;
padding: 0px 10px;
}

header{
background-color: #191970;
text-align: center;
height:72px;
border-bottom: 8px double #ffffff;
margin-bottom:2px;
}

h1{
font-size: 21px;
color:#ff0000;
letter-spacing:1px;
padding-top:15px;
margin-bottom:5px;
}

.title_2{
font-size:130%;
color:#ffffff;
font-weight: bold;
letter-spacing:1px;
font-style: italic;
}

/*--HOMEリンク--*/
#home {
margin-left:5px;
margin-bottom:5px;
}

/*--booknav文字--*/
#booknavi{
font-size:25px;
color:#00ff7f;
font-weight: bold;
text-align: center;
font-style: italic;
text-shadow: 1px 1px 2px #000000;
letter-spacing:3px;
}

#navi_text{
font-size:18px;
color:#00ffff;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px 2px #000000;
letter-spacing:2px;
margin-bottom:20px;
}

.split{
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background-color: #0033cc;
font-size: 18px;
width: 295px;
margin: 0 auto;
margin-bottom:15px;
}

.split li{
text-align: center;
float: left;
font-weight: bold;
border-left: 2px solid #fff;
}

.split li a{
display: block;
padding: 13px 19px;
}


.split a{
color: #fff;
text-decoration: none;
}

section, split{
margin-bottom:16px;
margin-top:15px;
}

/*--booknavi色--*/
.red{
font-size: 30px;
color:#ff0000;
}

.orange{
color:#ffa500;
}

.yellow{
color:#ffd700;
}

.green{
color:#008000;
}

.aqua{
font-size: 30px;
color:#00ffff;
padding-left:8px;
}

.blue{
color:#0000ff;
}

.violet{
color:#ee82ee;
}

.hon {
color:#ff0000;
}

.siyun{
color:#00ff7f;
}

h2{
font-size: 25px;
text-shadow: 1px 1px 2px #000;
color: #ffd700;
text-align: center;
letter-spacing:2px;
margin-bottom:20px;
}

.comment{
font-size: 90%;
color: #ff0000;
text-decoration: none;
text-align: center;
margin-bottom:30px;
}

/*ここから Search*/
.inline-block_1{
display: inline-block;  /* インラインブロック*/
background-color:  #fff;
border: 3px double #0000ff;
border-radius: 15px;
margin: 0px auto;
width:90px;
height:25px;
padding:3px 0px 0px 0px;
margin-left:10px;
}

.inline-block_1 a{
font-size:18px;
color:#000080;
text-align: center;
font-weight: bold;
display: block;
}

.inline-block_2{
display: inline-block;  /* インラインブロック*/
background-color:  #fff;
border: 3px double #ff0000;
border-radius: 15px;
margin: 0px auto;
width:90px;
height:25px;
padding:3px 0px 0px 0px;
margin-left:10px;
}

.inline-block_2 a{
font-size:18px;
color:#000080;
text-align: center;
font-weight: bold;
display: block;
}

.inline-block_3{
display: inline-block;  /* インラインブロック*/
background-color: #fff;
border: 3px double #00bfff;
border-radius: 15px;
margin: 0px auto;
width:90px;
height:25px;
padding:3px 0px 0px 0px;
margin-left:10px;
}

.inline-block_3 a{
font-size:18px;
color:#000080;
text-align: center;
font-weight: bold;
display: block;
}

.search{
margin-bottom:6px;
margin-left:-15px;
text-align: center;
}




/*ここから 作家項目*/

/*あいうえお記述*/
.item_aiu{
font-size:150%;
font-weight: bold;
text-align: center;
margin-top:30px;
margin-bottom:10px;
}

/* clearfix */
.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}


/*敬称省略*/
.keisiyou{
font-size:95%;
font-weight: bold;
letter-spacing:2px;
color: #00bfff;
text-align: center;
margin-right:170px;
margin-bottom:3px;
}

/***6/26-加筆***/
article{
background-color: #ffffff;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border: 1px solid #2171c6;
width:500px;
margin: 0px auto;
padding:5px;
margin-bottom:7px;/*項目間*/
}

.parts{
background-color: #fffff0;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border: 0px solid #eeeeee;
margin: 0px auto;
width:280px;
padding:3px 0px 15px 5px;
}

.gozou_1{
float:left;
margin-right:10px;
}

.version{
font-size: 75%;
color: #0000cd;
font-style: italic;
margin-left:225px;
}

.gazou_waku{
border:1px solid #dcdcdc;
}

.product_name {
font-size: 130%;
color: #ff0000;
font-weight: bold;
font-style: italic;
margin-top: 7px;
}

.ruby{
font-size: 110%;
font-style: italic;
margin-top: 3px;
}

/*ここまで*/


/*リンクカラー*/
a:hover {
color: #ff0000;
text-decoration: underline;
}

a {
color: #191970;
text-decoration: none;
}

/*---戻りボタン---*/
#down a {
background: #fff;
text-decoration: none;
color: #000;
width: 90px;
padding: 6px 0;
text-align: center;
display: block;
border:3px double #bcdbf7;
border-radius: 5px;
margin:0 auto;
margin-top:100px;
}

#down a:hover {
text-decoration: none;
background: #dfecf9;
}

/*---PC切替---*/
#switchButton{
clear: both;
text-align: center;
font-size: 15px;
color: #000000;
padding-top:60px;
margin-bottom:15px;
}

#switchButton a{
color: #000;
text-decoration: none;
}

aside{
/*background-color: #eeeeee;*/
border: 1px #000080 solid;
border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px 10px 2px 10px;
margin-left:-8px;
margin-right:-8px;
}

.words{
font-size:12px;
color:#00bfff;
}

aside p:last-child {
margin-bottom: 10px;
}

#footContent{
border-bottom: 3px double #000080;
margin-top:200px;
margin-bottom:100px;
}

footer{
background-image: url(../image_common/footer.png);
background-repeat: repeat;
background-color: #d6ba73;
border-top: 5px solid #000080;
margin-top:3px;
margin-left:-8px;
margin-right:-8px;
}

.foot{
clear: both;
padding:10px;
text-align: center;
font-style:italic;
font-size:14px;
margin: 0px;
}

/*--page top 追従--*/
#page-top {
position: fixed;
bottom: 30px;
right: 25px;
font-size: 13px;
}

#page-top a {
background: #fff;
text-decoration: none;
color: #000;
width: 80px;
padding: 20px 0;
text-align: center;
display: block;
border:3px double #000;
border-radius: 5px;
}

#page-top a:hover {
text-decoration: none;
background: #fae1f9;
}

