/*
Theme Name: org Theme
*/
@charset "utf-8";
*{ margin: 0; padding: 0 } 

.vWrap{
	position: relative;
	margin-top: 6px;
	margin-bottom: 15px;
	padding-bottom: 50%;
	padding-top: 69px;
	overflow: hidden;
}
 
.vWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blockquote
{
	position:relative;
	width:90%;
	padding:20px 15px 10px 15px;
	width:90%;
	border:1px solid #cccccc;
	background-color:#fff9f9;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:30px;
	color:#414141;
}
.blockquote:before{
	content:"“";
	font-size:50px;
	line-height:1em;
	color:#aaa;
	position:absolute;
	left:0;
	top:0;
}
.source:before
{
	content:"出典 ";
	color:#999;
	font-size:12px;
}
.blockquote .source a
{
	color:#999;
	font-size:12px;
}
.source
{
	margin-top:10px;
}
.allPost
{
	margin:20px 0px 10px 0px;
}

.moreInfoLink
{
	margin:5px 0px 0px 0px;
	width:100%;
	text-align:right;
}
.moreInfoLink a
{
	padding:0px 0px 0px 15px;
	background: url(images/arrow.png) no-repeat left;  	
	margin:0px 10px 0px 0px;
	font-size:13px;
	font-weight:bold;
	color:#4682B4;
}
.mainCategoryTitle
{
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 8px;
}
.mainCategoryTitle h2
{
	font-size:16px;
}
.mainPopularList
{
	background-color:#fff;
	border:1px solid #f0f0f0;
}
.mainPopularList li img{
  	width: 90%;
  	height: auto;
}
.mainPopularList li {
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
}
.mainPopularList li+li
{
	border-top:1px dotted #d0d0d0;
}
.widget .wpp-list li a{
	display:inline-block;
	width:14%;
	margin:0px 0px 0px 10px;
}

.widget .wpp-list li img{
  	width: 90%;
  	height: auto;
}
.widget .wpp-list li {
	display:inline-block;
	width:100%;
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
}
.wpp-list li+li
{
	border-top:1px dotted #d0d0d0;
}
.widget .wpp-list li a+a{
	display:inline-block;
	width:76%;
	vertical-align: top;	
	font-size:13px;
	padding:5px 0px 5px 0px;
	margin:0px 10px 0px 0px;
	color:#4682B4;
}
.analytics
{
	text-align:center;
}

.analyticsBottom
{
	text-align:center;
	margin:20px 0px 0px 0px;
}

iframe
{
	max-width: 100%;
}

#appIntroUnder
{
	width:100%;
	text-align:center;
	margin:40px 0px 0px 0px;
}
#appIntroUnder span
{
	font-weight:bold;
	padding:0px 8px 0px 8px;
} 

#appIntroTop
{
	width:100%;
	text-align:center;
	margin:0px 0px 10px 0px;
} 
#appIntroTop img
{
	width:95%;
} 
.downArrow{
  position: relative;
  top:0;
  left:0;
}
.downArrow:before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top:8px;
  left:0px;
  border: 8px solid transparent;
  border-top-color: #FF0000;
}
.downArrow:after{
  position: absolute;
  content: '';
  top: 0px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #FF0000;
}

#appPrDiv
{
	border-bottom:1px solid #e0e0e0;
	margin:0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
}



#pageTitle h1
{
	font-size:22px;
	font-weight:bold;
}
#pageTitle 
{
	border-bottom:solid 2px #505050;
	padding:0px 0px 5px 0px;
	margin:15px 0px 8px 0px;
}
ol.breadcrumbs
{
	font-size:12px;
	padding: 2px 5px 7px 5px; /* パディング */
	list-style-type: none; /* リストマーク非表示 */
}

ol.breadcrumbs li.firstBread
{
	padding-left: 18px; /* 左パディング */
	background: url(images/icon-house.png) no-repeat left; /
}
ol.breadcrumbs li
{
	padding-left: 2px; /* 左パディング */
	display: inline; /* 項目を横並び */
}

ol.breadcrumbs a
{
	padding-right: 14px; /* 右パディング */
	background: url(images/arrow.png) no-repeat right; 
	font-size:12px;
	color: #4682B4;
}
ol.breadcrumbs span
{
	padding-left: 2px; /* 左パディング */
	font-size:12px;
}


#categryMenu a,#relateCategory a,#topCategory a
{
	font-size:13px;
	color: #4682B4;
}
#categryMenu h3,#relateCategory h3,#topCategory h3
{
	margin:10px;
	font-size:15px;
}

#categryMenu li+li,#relateCategory li+li,#topCategory li+li
{
}
#text-2
{
	display:inline-block;
}
html
{
	height: 100%;
}

body
{
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	background-color:#f8f5eb;
	height: 100%;
	color:#222222;
	max-height: 999999px;
}


#popular_sidebar h3
{
	margin:10px;
	font-size:15px;
}
a:link { color: #4682B4; text-decoration: none;}
a:visited { color: #3159d1; }
a:hover { color: #4169E1; text-decoration: underline;}
a:active { color: #4169E1; }


.postElemContainer
{
	padding:0px 0px 0px 0px;
	width:100%;
}

.topPostElemContainer
{
	margin:0px 0px 10px 0px;
	padding:10px 10px 0px 10px;
	vertical-align: middle;
}
.postDescription
{
	margin:10px 0px 20px 0px;
	font-size:12px;
}
div+.topPostElemContainer
{
	border-top:1px dotted #d0d0d0;
}

.topPostTextContainer a
{
	color: #4682B4;
}

.postTextContainer h2
{
	font-size:14px;
	padding:4px 6px 4px 8px;
	border-left:6px solid #80b0fc;
	margin:30px 0px 10px 0px;
	color:#222222;
}


.postTextContainer h3
{
	font-size:14px;
	padding:4px 4px 4px 2px;
	margin:22px 0px 8px 0px;
	color:#222222;
}
.postTextFooter
{
	border-top:1px dotted #d0d0d0;
	margin:10px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
}
.size-medium
{
	border:solid 1px #f0f0f0;
	padding:8px 8px 14px 8px;
	margin: 10px 0px 20px 0px;
}

.size-full
{
	border:solid 1px #f0f0f0;
	padding:8px 8px 14px 8px;
	margin: 10px 0px 20px 0px;
}
.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#siteTitle img
{
	width:83px;
}
#headerContainer
{
	z-index: 10;
	filter: alpha(opacity=92);
	-moz-opacity:0.92;
	opacity:0.92;
	background-image: url(images/headerBar.png);
	background-repeat: repeat-x;
    	position: fixed !important;  
    	position: absolute;  
    	top: 0;  
    	left: 0;  
    	width: 100%;  
    	height: 70px; 
    	color: #fff;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	border-bottom:1px solid #f0f0f0;
}

#siteTitleWrapper
{
	margin:0px;
	padding:0px;
	display: inline-block;
}
#topMenuWrapper
{
	margin:0px;
	padding:0px 0px 0px 5px;
	display: inline-block;
	text-align:right;
}
#topMenuWrapper img
{
	height:45px;
	display:inline-block;
	vertical-align:bottom;
	margin-left:5px;
	margin-bottom:10px;
}

#footerContainer
{
    	width: 100%;  
    	height: 60px;  
    	padding:4px 0px 0px 0px;
	background-color:#e3e3c3;
	border-top:2px solid #f9f9f9;
}
#copyrightWrapper 
{
	text-align:center;
}
#footerMenuWrapper
{
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	margin:0px 0px 15px 0px;
	font-size:12px;
	width:100%;
	text-align:right;
}
#footerMenuWrapper a
{
	margin-right:0px;
	margin-left:0px;
}
#footerMenuWrapper a+a
{
	margin-right:0px;
	margin-left:20px;
}
#desc
{ 
	color:#555555;
    	font-size:12px;
}
#topPostContainer
{
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	border:1px solid #f0f0f0;
}
#postContainer
{
	margin:20px 0px 0px 0px;
	background-color:#ffffff;
	border:1px solid #f0f0f0;
}
.amazonWrap
{
	width:100%;
	text-align:center;
	margin:20px 0px 20px 0px;
}
@media screen and (min-width: 769px)  {
	#appIntroUnder img
	{
		margin:10px 0px 0px 0px;
		padding:3px;
		width:60%;
	}
	.topPostTextContainer h2
	{
		font-size:16px;
	}
	body
	{
		-webkit-text-size-adjust: 100%;
	}
	.postTitleContainer
	{
		margin:10px 10px 10px 10px;
		padding:0px 0px 10px 0px;
		border-bottom:2px solid #555555;
	}

	.postTitleContainer h1 a
	{
		color: #000000;
		font-size:26px;
	}
	.postTitleContainer h1
	{
		margin-bottom:10px;
	}
	#sidebar
	{
		margin:20px 0px 0px 0px;
		width:300px;
		float:right;
	}

	#contentContainer
	{
		padding: 90px 0 50px 0; 
    		width:980px;
    		margin:0 auto;
		overflow: hidden; /*floatの解除*/
		min-height: 100%;
	}
	
	#header
	{ 
    		width:980px;
    		margin:0 auto;
		padding:5px 0px 0px 0px;
	}
	#footer
	{
		font-size:11px;
		text-align: left;
		padding:10px 0px 0px 0px;
		width: 980px;
		margin:0px auto;
		color:#555555;
	}
	#content
	{
		width:660px;
		float:left;
	}
	.topPostTextContainer
	{
		vertical-align: top;
		padding:5px 10px 5px 10px;
		display: inline-block;
    		/*width:540px;*/
    		width:90%;
	}
	#summary
	{
		width:594px;
		border:3px dotted #cccccc;
		margin: 0 auto;
		margin-top:30px;
		margin-bottom:40px;
		padding:10px;	
	}
	.thumbnail
	{
		width:9%;
	}
	#postAppPrTitle
	{
		vertical-align:top;
		margin:0px;
		display:inline-block;
		width:428px;
		padding:0px 10px 0px 10px;
		font-size:14px;
	}
	#postAppPrTitle h2
	{
		vertical-align:top;
		padding:0px;
		margin:0px;
		font-size:16px;
		border:none;
		text-align:left;
	}

	.sideImg
	{
		width:300px;
		border:1px solid #f0f0f0;	
	}
	#categryMenu,#relateCategory,#topCategory
	{
		margin:20px 0px 0px 0px;
		background-color:#ffffff;
		border:1px solid #f0f0f0;
		width:298px;
	}
	#categryMenu li,#relateCategory li,#topCategory li
	{
		width:260px;
		display:inline-block;
		margin:0px 0px 8px 10px;
		padding:3px 10px 0px 15px;
		background: url(images/arrow.png) no-repeat left; 
	}
	#popular_sidebar
	{
		margin:20px 0px 0px 0px;
		background-color:#ffffff;
		border:1px solid #f0f0f0;
		width:298px;
	}
	.question{
		width:450px;
		margin:0px;
	}
	.answer{
		width:120px;
		margin:0px;
		padding:0px;
	}
	#postAppLinkContainer
	{
		display:inline-block;
		width:100px;
		height:80px;
		text-align:right;
		vertical-align:top;
		margin:0px;
	}
	.postAppLink img
	{
		display:inline-block;
		width:100px;
		margin:0px 0px 5px 0px;
	}
	#postAppTitle
	{
		vertical-align:top;
		margin:0px;
		display:inline-block;
		width:430px;
		padding:0px 10px 0px 10px;
	}
	#postAppTitle a
	{
		font-size:20px;
	}
	#postAppIcon
	{
		display:inline-block;
	}
	#postAppIcon img
	{
		width:80px;
	}
	.postTextContainer
	{
		line-height: 1.5;
		vertical-align: top;
		padding:5px 15px 5px 15px;
		display: inline-block;
		font-size:15px;
	}
	.mainPopularList li a{
		display:inline-block;
		width:9%;
		margin:0px 0px 0px 10px;
		vertical-align: middle;
	}
	.mainPopularList li a+a{
		display:inline-block;
		width:81%;
		vertical-align: top;
		font-size:15px;
		font-weight: bold;
		padding:5px 0px 5px 0px;
		margin:0px 10px 0px 0px;
		color:#4682B4;
	}
	

}
@media screen and (max-width: 768px) {
	#appIntroUnder img
	{
		margin:10px 0px 0px 0px;
		padding:3px;
		width:80%;
	}
	a
	{
		font-weight:bold;
	}
	.topPostTextContainer h2
	{
		font-size:14px;
	}
	body
	{
		-webkit-text-size-adjust: none;
	}
	.postTitleContainer
	{
		margin:10px 10px 10px 10px;
		padding:0px 0px 10px 0px;
		border-bottom:2px solid #555555;
	}

	.postTitleContainer h1 a
	{
		color: #000000;
		font-size:20px;
	}
	.postTitleContainer h1
	{
		margin-bottom:10px;
	}
	#sidebar
	{
		padding:20px 0px 0px 0px;
		width:100%;
		clear:both;
	}
	#contentContainer
	{
		padding: 90px 0 50px 0; 
    		width:100%;
    		margin:0 auto;
		overflow: hidden; /*floatの解除*/
		min-height: 100%;
	}
	#header
	{ 
    		width:100%;
    		margin:0 auto;
		padding:5px 0px 0px 0px;
	}
	#footer
	{
		font-size:11px;
		text-align: left;
		padding:10px 0px 0px 0px;
		width: 100%;
		margin:0px auto;
		color:#555555;
	}
	#content
	{
		width:100%;
		float:left;
	}
	.topPostTextContainer
	{
		vertical-align: top;
		padding:5px 10px 5px 10px;
		display: inline-block;
    		width:76%;
	}
	#summary
	{
		width:90%;
		border:3px dotted #cccccc;
		margin: 0 auto;
		margin-top:30px;
		margin-bottom:40px;
		padding:10px;
	}
	.thumbnail
	{
		width:14%;
	}
	.pager
	{
		/*display:none;*/
	}
	#postAppPrTitle
	{
		vertical-align:top;
		margin:0px;
		display:inline-block;
		width:60%;
		padding:0px 10px 0px 10px;
	}
	#postAppPrTitle h2
	{
		vertical-align:top;
		padding:0px;
		margin:0px;
		font-size:12px;
		border:none;
		text-align:left;
	}
	#postAppPrTitle p
	{
		font-size:12px;
	}

	.sideImg
	{
		width:100%;
		border:1px solid #f0f0f0;	
	}
	#categryMenu,#relateCategory,#topCategory
	{
		margin:20px 0px 0px 0px;
		background-color:#ffffff;
		border:1px solid #f0f0f0;
		width:100%;
	}
	#categryMenu li,#relateCategory li,#topCategory li
	{
		width:90%;
		display:inline-block;
		margin:0px 0px 10px 10px;
		padding:3px 10px 0px 15px;
		background: url(images/arrow.png) no-repeat left; 
	}
	#popular_sidebar
	{
		margin:20px 0px 0px 0px;
		background-color:#ffffff;
		border:1px solid #f0f0f0;
		width:100%;
	}
	.question{
		width:70%;
		margin:0px;
	}
	.answer{
		width:30%;
		margin:0px;
		padding:0px;
	}
	#postAppLinkContainer
	{
		display:inline-block;
		width:15%;
		text-align:right;
		vertical-align:top;
		margin:0px;
	}
	.postAppLink img
	{
		display:inline-block;
		width:100%;
		margin:0px 0px 5px 0px;
	}
	#postAppTitle
	{
		vertical-align:top;
		margin:0px;
		display:inline-block;
		width:60%;
		padding:0px 10px 0px 10px;
	}
	#postAppTitle a
	{
		font-size:14px;
	}
	#postAppIcon
	{
		display:inline-block;
		width:15%;
	}
	#postAppIcon img
	{
		width:100%;
	}
	.postTextContainer
	{
		line-height: 1.5;
		vertical-align: top;
		padding:5px 15px 5px 15px;
		display: inline-block;
		font-size: 14px;
	}

	.size-full
	{
	  	max-width: 90%;
	  	height: auto;
	}
	.size-medium
	{
	  	max-width: 90%;
	  	height: auto;
	}

	textarea
	{
	  	width: 90%;
	}
	.mainPopularList li a{
		display:inline-block;
		width:14%;
		margin:0px 0px 0px 10px;
		vertical-align: middle;
	}
	.mainPopularList li a+a{
		display:inline-block;
		width:76%;
		vertical-align: top;
		font-size:13px;
		font-weight: bold;
		padding:5px 0px 5px 0px;
		margin:0px 10px 0px 0px;
		color:#4682B4;
	}
	
}
/*ページング*/
.pagination {
clear:both;
position:relative;
font-size:11px;
line-height:13px;
padding:20px 0px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #777;
border-radius: 3px;		/* CSS3草案 */
-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
-moz-border-radius: 3px;	/* Firefox用 */
}

.pagination .pageNum
{
	background: #fff;
} 
.pagination a:hover{
color:#fff;
background: #438ACC;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #438ACC;
color:#fff;
}
#questionTable 
{
border-left:1px solid #999999;
border-top:1px solid #999999;
border-right:1px solid #999999;
border-collapse:collapse;
}
#questionTable td
{
border-bottom:1px solid #999999;
border-right:1px dotted #999999;
padding:5px;
height:60px;
font-size:13px;
}