@charset "utf-8";

/* ---------- 共通スタイル ---------- */

body {
	background: #F8F4EE;
}
#content {
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	background: #fff;
	margin-bottom:30px;
}
img[src*="ad.yieldmanager.com"]{display:none;}


/* リストスタイル */

.list{
	margin-bottom: 1em;
	padding-left: 1.5em;
}
.list li+li {
	margin-top: 0.5em;
}
ul.list li {
	list-style: disc;
}
ol.list li {
	list-style: decimal;
}

/* 矢印 */

.arw{
	background: url(../../img/arw.png) no-repeat left center;
	padding-left: 7px;
}

/* header */
#gheader #gheader_bar {
	background: #424242;
}
#gheader #gheader_inner {
	width: 1000px;
	margin: 0 auto;
	height: 80px;
	overflow: hidden;
	position: relative;
}
#gheader p {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 3px;
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0px;
	color: #FFF;
}
#gheader #logo {
	position: absolute;
	left: 0px;
	top: 15px;
}
#gheader .share {
	position: absolute;
	right: 0px;
	top: 40px;
}
#gheader .share li {
	display: inline;
	margin-right: 5px;
}
#gheader #ad_h {
	position: absolute;
	right: 140px;
	top: 10px;
	height: 60px;
}


/* global nav */

nav#global {
	height: 36px;
	overflow: hidden;
	background: #424242;
	border-radius: 5px;
	width: 1000px;
	margin: 0px auto 20px;
	position: relative;
}
nav#global ul {
	width: 640px;
}
nav#global ul li {
	float: left;
}
nav#global .search {
	position: absolute;
	right: 0px;
	top: 5px;
}
nav#global .search form {
	position: relative;	
}
nav#global .search .sctxt	{
	width: 255px;
	height: 16px;
	/height: 15px;
	background: #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
	border: none;
	padding: 5px 10px;
	border-radius:3px;
	margin-right: 65px;
}
nav#global .search .scbtn {
	position: absolute;
	top: 0;
	_top: 1px;
	right: 10px;
}
*:first-child + html .scbtn	{
	top: 1px;
}

/* contents */

#contents {
	width: 1000px;
	margin: 0 auto;
}
#contents #main {
	float: left;
	width: 640px;
}
#contents #sub {
	float: right;
	width: 340px;
	margin-bottom: 30px;
	font-size: 12px;
}

/* sub */

#sub #ad {
	padding: 25px 0px 15px;
	border-top: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 10px;
}
#sub h3.ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
	text-shadow: 0px 1px 0px #fff;
}

/* おすすめ特集記事 */

#sub #menu #featurelist {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#sub #menu #featurelist h4 {
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	line-height: 2.5em;
}
#sub #menu #featurelist h3 {
	background: url(../../img/sub_featurelist.png) no-repeat left center;
	padding-left: 30px;
	display:block;
}
#sub #menu #featurelist ul {
	padding: 5px 0px;
	overflow: hidden;
}
#sub #menu #featurelist ul li {
	overflow: hidden;
	padding: 8px 0px;
}
#sub #menu #featurelist ul li figure img {
	float: left;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 0px #666;
	height: 50px;
	width: 50px;
}
#sub #menu #featurelist ul li figure figcaption {
	padding: 5px 0 0 60px;
}
#sub #menu #featurelist ul li{
	border-top: 1px dotted #CCC;
}

/* ranking */

#sub #menu #ranking {
	padding: 25px 0px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#home #sub #menu #ranking {
	padding: 10px 0px 15px;
	border-top: none;
}
#sub #menu #ranking h3 {
	background: url(../../img/sub_ranking.png) no-repeat left center;
	padding-left: 30px;
}
#sub #menu #ranking h4 {
	color: #fff;
	padding: 3px 10px;
	margin-bottom:5px;
	border-radius:2px 2px 0 0;
}
#sub #menu #ranking .iphone {
	float: left;
	width: 169px;
}
#sub #menu #ranking .iphone h4 {
	background: #5D666E;
}
#sub #menu #ranking .android {
	float: right;
	width: 169px;
	margin-left: 2px;
}
#sub #menu #ranking .android h4 {
	background: #A2C25F;
}
#sub #menu #ranking ul li {
	padding: 7px 3px;
	overflow: hidden;
	display: list-item;
	font-size: 11px;
	line-height: 1.4;
}
#sub #menu #ranking ul li figure img {
	float: left;
	border-radius: 5px;
	box-shadow: 0px 1px 2px 0px #666;
	height: 40px;
	width: 40px;
}
#sub #menu #ranking ul li figure figcaption {
	padding: 5px 10px 0px;
	height: 30px;
	overflow: hidden;
}
#sub #menu #ranking ul li+li{
	border-top: 1px dotted #CCC;
}

/* category */

#sub #menu #category {
	padding: 25px 0px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#sub #menu #category h4 {
	color: #fff;
	padding: 3px 10px;
	border-radius:2px 2px 0 0;
	margin-bottom:5px;
}
#sub #menu #category .iphone {
	float: left;
	width: 169px;
}
#sub #menu #category .iphone h4 {
	background: #5D666E;
}
#sub #menu #category .android {
	float: right;
	width: 169px;
	margin-left: 2px;
}
#sub #menu #category .android h4 {
	background: #A2C25F;
}
#sub #menu #category h3 {
	background: url(../../img/sub_category.png) no-repeat left center;
	padding-left: 30px;
	display:block;
}
#sub #menu #category ul {
	overflow: hidden;
}
#sub #menu #category ul li {
	overflow: hidden;
	background: url(../../img/arw.png) no-repeat left center;
	padding: 8px 5px 8px 10px;
	font-size: 11px;
}
#sub #menu #category ul li+li {
	border-top: 1px dotted #ccc;
}

/* potsuri */

#sub #menu #potsuri {
	padding: 25px 0px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#sub #menu #potsuri h3 {
	background: url(../../img/sub_potsuri.png) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	display:block;
}
#sub #menu #potsuri .copy {
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
}

/* サイドバナー */

#sub #menu #pr {
	margin-bottom: 10px;
}
#sub #menu #pr .pr_inner {
}

/* accessory */

#sub #menu #accessory {
	margin-bottom: 10px;
	
}
#sub #menu #accessory h3 span {
	background: url(../../img/sub_accessory.png) no-repeat left center;
	padding-left: 30px;
	height: 30px;
	display:block;
}
#sub #menu #accessory ul {
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	padding: 13px 1px 1px 13px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
#sub #menu #accessory ul li {
	width: 75px;
	height: 110px;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	font-size: 10px;
	overflow: hidden;
	text-align: center;
}

#sub #menu #accessory ul li img {
	max-width: 75px;
	max-height: 75px;
	margin-bottom: 5px;
}

/* aside */

#sub #menu #facebook {
	margin-bottom: 10px;
	background: #fff;
}
#sub #menu #twitter {
}

/* pagetop */

#pagetop {
	position: fixed;
	bottom: 25px;
	right:20px;
}

/* footer */

footer {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	background: #424242;
	color: #CCC;
	padding: 20px 20px 15px;
	clear:both;
}
footer #fnav ul {
	width: 1000px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #5E5E5E;
	overflow: hidden;
	padding-bottom: 20px;
}
footer #fnav ul li {
	display: inline;
	padding: 0 10px;
}
footer #fnav ul li+li {
	border-left: 1px solid #5E5E5E;
}
footer a,
foorer a:visited {
	color:#CCC;
}
footer #rnav ul {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 11px;
}
footer #rnav ul li {
	display: inline;
	padding: 0 10px;
}
footer #rnav ul li+li {
	border-left: 1px solid #5E5E5E;
}

/* ---------- 一覧 ---------- */

/* main */

#main h2 {
	background: url(../../img/ttl_h2.png) repeat-x;
	padding-left: 15px;
	line-height: 44px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: #fff 1px 1px 0px;
	
}
#main #articlelist {
	margin-bottom: 20px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 4px 4px;
	background: #fff;
}
#main #articlelist li {
	padding: 20px;
	overflow: hidden;
}
#main #articlelist li+li {
	border-top: 1px solid #EEEEEE;
}
#main #articlelist li figure {
	float: left;
	margin-right: 20px;
} 
#main #articlelist li figure img {
	width: 100px;
	border-radius:16px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
#main #articlelist li h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#main #articlelist li h3 img {
	vertical-align: middle;
	margin-right: 10px;
}
#main #articlelist li .meta {
	font-size: 11px;
	color: #888;
	margin-top: 5px;
}
#main #articlelist li .txt {
	overflow: hidden;
}
#main #articlelist li .txt p {
	margin-bottom:0;
}
#main #articlelist .more {
	text-align:right;
	padding:15px;
}
#main #articlelist .more a {
	background: #f8f8f8 url(../../img/arw.png) no-repeat 7px center;
	padding: 5px 10px 5px 15px;
	border-radius: 3px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 14px 13px rgba(255, 255, 255, 0.6) inset;
}
#main #articlelist .more a:hover {
	background: #FCFCFC url(../../img/arw.png) no-repeat 7px center;
	text-decoration: none;
}

/* ---------- アプリページ ---------- */

/* social */

#social {
	overflow: hidden;
	padding: 10px 20px;
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#social iframe,
#social a.hatena-bookmark-button img {
  vertical-align: middle;
}
#social iframe {
  margin: 1px 0 0 3px;
	width:50px;
}
#social iframe.hatena-bookmark-button-frame,
#social iframe.twitter-share-button,
#social a.hatena-bookmark-button img {
  margin: 0 3px;
}
#social iframe.twitter-share-button{
	width:60px!important;
}

/* apptitle */

#main #apptitle {
	overflow: hidden;
	clear:both;
	border-top: 4px solid #4080bb;
	border-radius: 4px 4px 0px 0px;
	/height: 200px;
}
#main #apptitle h1 {
	background: #f4f9ff;
	padding: 15px  15px 15px 100px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: #fff 1px 1px 0px;
	line-height: 1.4;
	position: relative;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
}
#main #apptitle h1 .meta {
	position: absolute;
	left: 20px;
	top: 10px;
}
#main #apptitle figure {
	float: left;
	margin: 20px;
	width: 410px;
	border-right: 1px solid #e5e5e5;
	_display: inline;
}
#main #apptitle figure img {
	float: left;
	vertical-align: middle;
	width: 100px;
	border-radius:16px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
#main #apptitle figure figcaption {
	padding-left: 120px;
	font-size:12px;
	line-height:1.6;
}
#main #apptitle .download {
	width: 180px;
	padding: 40px 0 20px;
	float: left;
}

/* articletitle */

#main #articletitle {
	background: #f4f9ff;
	position: relative;
	padding:15px;
	border-top: 4px solid #4080bb;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
}
#main #articletitle h1 {
	font-weight: bold;
	font-size: 24px;
	text-shadow: #fff 1px 1px 0px;
	background: url(none);
	line-height: 1.4;
	padding: 0px;
}
#main #articletitle .date {
	font-size:11px;
	margin-bottom:0.5em;
}
#main #articletitle figure img {
	float: left;
	vertical-align: middle;
	width: 100px;
	border-radius:16px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	margin-right:20px;
}

/* review */

#main #review {
	line-height:1.8;
	padding: 30px 20px;
	font-size:14px;
	box-shadow:
}
#main #review h1 {
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height:1.4;
}
#main #review h2 {
	border-left: 4px solid #4080BB;
	background: url(none);
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0px 15px;
	line-height:1.2;
	padding: 3px 10px;
	text-shadow:none;
}
#main #review h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 10px;
}
#main #review p img {
	margin:1em 10px;
	padding:4px;
	border: 1px solid #D8D8D8;	
}
#main #review table {
	border-collapse:collapse;
	border: 1px solid #D8D8D8;
	margin: 0em 0px 1.5em;
	width: 580px;
	font-size: 12px;
}
#main #review table th {
	padding: 10px;
	border: 1px solid #D8D8D8;
	background: #F5F5F5;
	vertical-align: middle;
	font-weight: normal;
}
#main #review table td {
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #D8D8D8;
	vertical-align: middle;
}
#main #review table tr:nth-child(even) th,
#main #review table tr:nth-child(even) td {
	background: #efefef;
}
#main #review table p {
	margin: 0;
}
#main #review .amazon_area {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2em;
}
#main #review .amazon_area a img {
	margin: 0 15px 0 5px;
	padding: 4px;
	border: 1px solid #D8D8D8;	
}
#main #review blockquote {
	border-left: 5px solid #eeeeee;
	padding: 10px 0 5px 10px;
	margin-right: 0px;
}
#main #review .applink {
	margin: 1em;
}
#main #review .applink:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
#main #review .applink figure {
	float: left;
	margin: 0 10px 0px 0;
}
#main #review .applink figure img {
	width:85px;
	height:85px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-radius:14px;
}
#main #review .applink .txt {
	font-size: 12px;
	padding: 8px 0 0 100px;
	line-height: 1.4;
}
#main #review .applink .txt h4 {
	font-size: 15px;
	margin-bottom:7px;
	font-weight: bold;
}
#main #review .applink .txt a {
	background: #F7F9FC;
	padding: 5px 10px;
	border-radius: 3px;
	color: #0066CC;
	border: 1px solid #ABC5E5;
	margin: 0px 5px 10px 0px;
	display: inline-block;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 14px 13px rgba(255, 255, 255, 0.6) inset;
	font-size: 11px;
}
#main #review .applink .txt a:hover {
	border: 1px solid #7285DE;
	text-decoration: none;
}
#main #profile {
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	margin: 30px 0;
	border-radius:2px;
	line-height:1.6;
	font-size: 13px;	
}
#main #profile h5 {
	font-size: 14px;	
	background: #3b7cb9;
	line-height: 2.5em;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	border-radius:2px 2px 0 0;
}
#main #profile figure {
	padding: 10px;
	overflow: hidden;
}
#main #profile figure img {
	float: left;
	vertical-align: middle;
	border: 1px solid #eee;
}
#main #profile figure figcaption {
	padding-left: 75px;
}


/* summary */

#main #summary {
	padding: 20px;
}
#main #summary h2 {
	margin-bottom: 20px;
}
#main #summary .note {
	background: #FFF6F6;
	padding: 10px;
	border: 1px solid #E8BBBB;
	border-radius: 3px;	
	font-size:11px;
}

/* related */

#main #related {
	margin-bottom: 30px;
	border-radius: 0 0 4px 4px;
	padding: 20px;
	background: #fff;
}
#main #related h2 {
	margin-bottom: 20px;
}

/* fbcomment */

#main #fbcomment {
	margin-bottom: 30px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 4px 4px;
	padding: 20px;
	background: #fff;
}
#main #fbcomment h2 {
	margin: -20px -20px 15px;	
}

/* screenshot */

#main #screenshot {
	background: #616161 url(../../img/ss.png);
	margin-bottom: 10px;
	padding: 20px;
	width:600px;
	font-size: 0;
}
#main #screenshot .scinner {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
#main #screenshot ul li {
	vertical-align: middle;
	display: inline-block;
	/display: inline;
	margin-bottom:10px;
}
#main #screenshot ul li+li {
	margin-left:16px;
}
#main #screenshot ul li img {
	max-width: 340px;
	min-width: 190px;
	max-height: 340px;
	min-height: 190px;
}
#main #screenshot ::-webkit-scrollbar {
    height: 8px;
}
#main #screenshot ::-webkit-scrollbar-track:horizontal {
	-webkit-border-image:url(/img/ss_bg.png) 0 12 0 12;
	border-width:0 8px;
}
#main #screenshot ::-webkit-scrollbar-thumb:horizontal {
	-webkit-border-image:url(/img/ss_bar.png) 0 12 0 12;
	border-width:0 8px;
}

/* 広告 */

#main #ad {
	margin-bottom: 30px;
	line-height:1.8;
	margin-bottom: 20px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 10px 35px 0px 35px ;
	background: #fff;
	height: 85px;
	overflow:hidden;
}
#main #ad_foot {
	margin :20px 0;
	overflow:hidden;
}

#main #ad_foot .ad_l {
	float:left;
	width:250px;
	margin-right:20px;
}
#main #ad_foot .ad_r {
	float:left;
	width:300px;
}

/* ---------- サイトについて ---------- */

#main #about {
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 4px 4px;
	padding: 30px;
	background: #fff;
}
#main #about h2 {
	margin: -30px -30px 20px;	

}
#main #about h3 {
	color: #3b5998;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px;
}
#main #about ul,
#main #about ol {
	padding: 0em 0em 0em 1.5em;
	margin-bottom: 1em;
}
#main #about ul li {
	list-style: disc;
	margin-bottom: 0.5em;
}
#main #about ol li {
	list-style: decimal;
	margin-bottom: 0.5em;
}
#main #about table {
	border-collapse:collapse;
	border: 1px solid #D8D8D8;
	margin: 0em 0px 1.5em;
	width: 560px;
	font-size: 12px;
}
#main #about table th {
	padding: 10px;
	border: 1px solid #D8D8D8;
	background: #F5F5F5;
	vertical-align: middle;
	font-weight: normal;
}
#main #about table td {
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #D8D8D8;
	vertical-align: middle;
}


/* ---------- サブ ---------- */

#sub #relatedTweet {
	margin: 0px 0 10px;
}
#sub #relatedTweet h3 {
	background: url(../../img/sub_twitter.png) no-repeat;
	padding-left: 30px;
}
#sub #relatedTweet ul {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 4px 4px;
	padding: 0 10px;
	overflow: hidden;
}
#sub #relatedTweet ul li {
	padding: 10px 0;
	overflow: hidden;
	display: list-item;
}
#sub #relatedTweet ul li+li {
	border-top: 1px dotted #eee;
}
#sub #relatedTweet ul li figure img {
	float: left;
	vertical-align: middle;
}
#sub #relatedTweet ul li figure figcaption {
	padding-left: 55px;
}

/* ---------- トップインフォメーション ---------- */

#homeinfo {
	overflow: hidden;
	font-size: 12px;
	background: #FFFFFF;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 4px 4px;
	margin-bottom: 30px;
}
#homeinfo dl {
	background: #FFFFFF;
}
#homeinfo dt {
	clear: left;
	float: left;
	width: 6em;
	padding: 12px 0.5em 12px 1.7em;
	background: url(../../img/arw.png) no-repeat 1em center;
}
#homeinfo dd {
	margin-left: 0;
	padding: 12px 1.5em 12px 8.2em;
	border-bottom: 1px dotted #CCC;
}
#homeinfo dd:last-child {
	border-style: none;
}


/* ---------- ページネーション ---------- */

.wp-pagenavi {
	clear: both;
	padding:10px;
	margin-bottom:20px;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	text-decoration: none;
	border: 1px solid #d8d8d8;
	padding: 6px 10px;
	margin: 2px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 14px 13px rgba(255, 255, 255, 0.6) inset;
	font-size: 11px;
	background: #f8f8f8;
}
.wp-pagenavi span.current {
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2) inset;
	background: #FFF;
}


/* ---------- 関連記事 ---------- */

#related-posts {
	clear: both;
	line-height:1.6;
	background: #F8F8F8;
	padding: 15px;
	border-top : 3px solid #D8D8D8;
	margin: 30px 0;	
}
#related-posts h3 {
	font-size:16px!important;	
	margin: 0px 0px 15px 0px!important;	
	border-bottom: 1px solid #D8D8D8;
	padding: 0px 0px 5px 0px!important;	
}
#related-posts ul {
	margin-left: 10px;
}
#related-posts li {
	background: url(../../img/arw.png) no-repeat left center;
	padding-left:10px;
}


/* 特集アイコン用 */
.feature-kinya-icon {
	padding-left: 80px;
	min-height: 60px;
	/height: 60px;
	background: url(http://www.oshigotoapps.com/appimg/feature-kinya-icon.png) no-repeat;
}
.feature-nao-icon {
	padding-left: 80px;
	min-height: 60px;
	/height: 60px;
	background: url(http://www.oshigotoapps.com/appimg/feature-nao-icon.png) no-repeat;
}
.feature-watanabejohn-icon {
	padding-left: 80px;
	min-height: 60px;
	/height: 60px;
	background: url(http://www.oshigotoapps.com/appimg/feature-watanabejohn-icon.png) no-repeat;
}
.feature-kubonof-icon {
	padding-left: 80px;
	min-height: 60px;
	/height: 60px;
	background: url(http://www.oshigotoapps.com/appimg/feature-kubonof-icon.png) no-repeat;
}

/* 特集アイコン その他 */
.feature-icn-crown {
	background: url(../../img/icn_crown.png) no-repeat right center;
	padding-right: 23px;
}


/* 特集名前色 */
.feature-kinya-name {
	color: #c91209;
}
.feature-nao-name {
	color: #1437BA;
}
.feature-watanabejohn-name {
	color: #fbb00f;
}
.feature-kubonof-name {
	color: #4fbc36;
}


/* パンくずナビ */
#breadcrumbs {
	font-size:11px;
	margin-bottom: 10px;
}

/* 関連記事 */

#recommend {
	clear: both;
	background: #F8F8F8;
	border-top : 3px solid #D8D8D8;
	margin: 30px 0;
	overflow:hidden;
}
#recommend #linkwithin_logo_0 {
	display:none;
}

#recommend h3 {
	font-size:16px!important;
	padding: 10px !important;
	margin: 0px!important;	
	border-bottom: 1px solid #D8D8D8;
}
#recommend ul {
	padding:15px;
}
#recommend li {
	background: url(../../img/arw.png) no-repeat left center;
	padding-left:10px;
}
.linkwithin_text {
    display: none;
}
#linkwithin_logolink_0 {
    display: none;
}
.linkwithin_posts {
    width: 600px !important;
}
.linkwithin_posts a {
	padding: 20px 21px 10px 22px !important;
}
.linkwithin_title {
	color: #0066cc !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none;
}
.linkwithin_title:hover {
	color: #0066cc !important;
    text-decoration: underline !important;
}

/* -------------------------------------
　　2周年キャンペーン
---------------------------------------*/

#postID379710 img {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}
#postID379710 .submit {
	text-align: center;
	font-size: 14px;
	margin: 30px 0 60px;
}
#postID379710 .submit a {
	border-radius: 4px;
	border: 1px solid #2D6EBA;
	padding: 8px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 1;
	background: #069;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(42,106,184)),color-stop(1, rgb(71,149,204)));
	background-image: -moz-linear-gradient(center bottom,rgb(42,106,184) 0%,rgb(71,149,204) 100%);
	background-image: linear-gradient(center bottom,rgb(42,106,184) 0%,rgb(71,149,204) 100%);
	cursor:pointer;
}
#postID379710 .submit a:hover {
	text-decoration: none;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(71,149,204)),color-stop(1, rgb(42,106,184)));
	background-image: -moz-linear-gradient(center bottom,rgb(71,149,204) 0%,rgb(42,106,184) 100%);
	background-image: linear-gradient(center bottom,rgb(71,149,204) 0%,rgb(42,106,184) 100%);
}
#postID379710 ol {
	padding-left: 2em;
}
#postID379710 ol li {
	list-style: decimal;
}


