@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);


/* 全体のレイアウト
----------------------------------------------- */

body {
     background-color: #fff;
}

#wrapper {
     padding-top: 10px;
     padding-left: 10px;
}

#container {
     margin: 0 auto;
     width: 1100px;
}

#content {
     position: relative;
}

#main {
     width: 750px;
}
#sidebar {
     width: 330px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
     float: left;
}
body.sidebar-right #sidebar {
     float: right;
}
body.sidebar-left #main {
     float: right;
}
body.sidebar-left #sidebar {
     float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
     color: #000;
    

     font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a,
body.page-article .article-title a:visited {
     color: #000;
     text-decoration:none;
}
a:link {
     color:#097661;
     text-decoration: none;
}

a:active {
     text-decoration: none;
}

a:visited {
     color:#c50000;
     text-decoration: none;
}

a:hover {
     color:#0014D3;
     text-decoration: none;
}



/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */

/* Top Logo */

#toplogo {
     height: 150px;
     background-color: #fff;
     margin: 0px auto 0px;
     width:100%;
}


/* Menu bar */
ul#rrnav li {
    list-style: none;
    float: left;
    margin: 5;
    padding: 0;
}

ul#rrnav li a {
    display: block;
    height: 45px;
}

#nav-wrap {
    margin: 30px 0px 30px;
}

ul#rrnav {
    height: 45px;
    width: 700px;
    background: url(http://osoroshian.com/desing/menu.png) no-repeat 0 0px;
}
ul#rrnav li.rrnav1,
ul#rrnav li.rrnav1 a { width: 100px }
ul#rrnav li.rrnav1 { margin-left: 0px }
ul#rrnav li.rrnav1 a:hover { background: url(http://osoroshian.com/desing/menu.png) no-repeat 0px -45px }
ul#rrnav li.rrnav2,
ul#rrnav li.rrnav2 a { width: 100px }
ul#rrnav li.rrnav2 { margin-left: 50px }
ul#rrnav li.rrnav2 a:hover { background: url(http://osoroshian.com/desing/menu.png) no-repeat -150px -45px }
ul#rrnav li.rrnav3,
ul#rrnav li.rrnav3 a { width: 100px }
ul#rrnav li.rrnav3 { margin-left: 50px }
ul#rrnav li.rrnav3 a:hover { background: url(http://osoroshian.com/desing/menu.png) no-repeat -300px -45px }
ul#rrnav li.rrnav4,
ul#rrnav li.rrnav4 a { width: 100px }
ul#rrnav li.rrnav4 { margin-left: 50px }
ul#rrnav li.rrnav4 a:hover { background: url(http://osoroshian.com/desing/menu.png) no-repeat -450px -45px }
ul#rrnav li.rrnav5,
ul#rrnav li.rrnav5 a { width: 100px }
ul#rrnav li.rrnav5 { margin-left: 50px }
ul#rrnav li.rrnav5 a:hover { background: url(http://osoroshian.com/desing/menu.png) no-repeat -600px -45px }



/* TOPページメインカラム
----------------------------------------------- */

/* 記事全体 */
.article {
     padding: 15px;
     background-color: #fff;
     margin: 15px 0 15px 0;
     //height: 160px;
     position: relative;
        display:block;
        border: 1px solid #000000;
     border-radius:4px;
}

.article-soft {
     padding: 15px;
     background-color: #fff;
     margin: 0px 0 15px 0;
     //height: 160px;
     position: relative;
display:block;
    box-shadow: 0 0 5px #C0C0C0;
     border-radius:6px;
     -moz-border-radius:6px;
     -webkit-border-radius:6px;
}

.first-article {
     padding-top :30px;
}

.second-article {
     padding-top :20px;
}


/* 記事ヘッダー、記事タイトル */
.toppagetitlepic {
     float: left;
    margin: -15px 0px 0px;
 

 
}

.toppagedate {
 
    float: left;
    margin: -20px 10px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
    
}

.categorytitle {
    height: 14px;
float: right;
    margin: -25px 0px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}

.toppagetilte {
    height: 120px;
    width : 570px;
    float: left;
    margin: -140px 160px 0px;
    line-height: 32px;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
}

.toppagesocial-btn {
    position: absolute;
    top: 145px;
    left: 180px;
}



/* ブログのフッター
----------------------------------------------- */
#blog-footer {
     color:#555;
     padding: 40px;
}
#blog-footer a {
     color:#555;
}



/* サイドバー・ブログパーツ
----------------------------------------------- */
/* 共通 */

.sidewrapper:first-child {
     padding-top: 0px;
}


.sidewrapper {
     //border-bottom: 1px solid #000000;
     font-size: 14px;
     overflow: hidden;
     margin: 0px 0px 30px;
     padding: 0px 0px;
     position: relative;
     background-color: #fff;


    
}


.sidewrapper .sidetitle {
     color: #333;
     font-size: 16px;
     font-weight: bold;
     line-height: 1.2;
     margin-bottom: 0.7em;
}

.sidewrapper .sidetitle a {
     color: #333;
}

.sidewrapper .side .sidebody {
     line-height: 1.5;
     margin: 0 0 7px 0;
}

.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* 追尾 */
.fixed {
  position: fixed;
  top: 20px;
}



/* 個別記事ページ
----------------------------------------------- */
.article-header {
     margin-bottom: 15px;
     position: relative;
}

.kijititle {
    width : 730px;
    margin: 5px 0px 30px;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
     color: #05975e;
}

.kijipagedate {
    height: 13px;
    float: left;
    margin: -25px 5px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}

.kijicategorytitle {
    height: 14px;
    float: right;
    margin: -30px 10px 0px;
    line-height: 13px;
    font-size: 12px;
     color: #CC9541;
}

.kijisocial-btn {

    margin: 10px 0px 10px;
}

.kijiundersocial-btn {
    margin: 0px 0px -50px;
}



/* 個別記事のみ */
body.page-article .article {
     border: 15;
     margin-bottom: 0;
     padding: 0;
}

body.page-article .article-title {
     max-height: none;
}

body.page-article .article-header,
body.page-article .article-body {
     margin-left: 3px;
        margin-right: 3px;
}

body.page-article .article-header {
     border-bottom: 1px solid #000000;
     padding-bottom: 20px;
}



/* 記事本文
----------------------------------------------- */
.article-body2 {
     color: #080000;
        margin: 55px 10px;
     line-height: 1.5;
}


.article-body-inner2 h1,
.article-body-inner2 h2,
.article-body-inner2 h3{
font-size:150%;
font-weight:bold;
border-left: 7px double #B00100; /*文字の横に付箋のようなマークを入れる*/
width:700px; /*見出しの横幅*/
line-height: 22px; /*h3の高さ設定*/
padding-left: 5px; /*文字の左にスペース*/
color:#333333;  /*文字の色*/
}

.article-body-inner2 h4 {
     border-bottom:1px solid #ccc;
}



blockquote{
    background-color: #fbfaf8;
    border: 1px solid #d6d5d3;
    border-radius:4px;
　margin:20px 10px 20px 10px;
　padding:10px 10px 10px 10px;
}



/* 記事内仕切り線*/
.kijibar {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}

/* リストスタイル*/
ul {
    list-style: disc;
    margin: 0 0 2px 2.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 2px 2em;
}
li {
    margin: 0 0 4px 0em;
    line-height: 120%;
}


.box {
     display: inline-block;
}


/* ハックでIE6,7のみに適用 */
html*.box {
     display: inline;
     zoom: 1;
}


/* AD */

.adundertext {
    height: 14px;
    
    margin: 0px 0px 10px;
    line-height: 14px;
    font-size: 14px;
     color: #CC9541;
}

.adunder1 {
     float : left ;
    margin: 0px 0px 30px;

}

.adunder2 {
    float : right ;
}

.amazon {
width: 96%;
border-collapse: collapse;
table-layout: fixed;
}

.amazon td {
padding: 6px;
background-color: #fff;
border: none;
}

.sidebar table {
width: 300px;
border: 1px #000000 none;
}

.sidebar td {
border: 1px #000000 none;
padding: 10px 10px;
}




/* アプリ紹介 */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

