body {
	color: #003300;
	margin: 0 auto;
	text-align: center;
	background:#ff4500;
	background:-moz-linear-gradient(top, #ff4500, #ffa500);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff4500), to(#ffa500));
	background: linear-gradient(to bottom, #ff4500, #ffa500);
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height:140%;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a:link {
	color: #006666;
	font-weight:500;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:active {
	color: #003333;
}
a:hover {
	color: #003333;
	text-decoration: underline;
}
p a {
	text-decoration: underline;
}

/*--------------------------------------
  文字の色
--------------------------------------*/
.red{
	color:#ff3333;
}
.blue{
	color:#0000ff;
}

/*--------------------------------------
  ULのデフォルト
--------------------------------------*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {	margin:0;
	padding:0;
}

/*--------------------------------------
  全体の設定
--------------------------------------*/
#box {
	width: 100%;
	min-width: 320px;
	max-width: 1000px;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
}



hr {
	color:#ff4500;
	background-color:#ff4500;
	border:2px;  height:2px;
	border-color:#ff4500;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
header {
	text-align:left;
	margin: 0 20px;
}
header a:link,visited,active,hover {
	color: #000000;
	text-decoration: none;
}
header h1 {
	width: 234px;
	font-size: 16px;
	text-align: center;
	margin: 0px;
}

header p {
	float: right;
	display:inline-block;
	text-align: right;
	font-size:18px;
}


h2{
	font-size: 24px;
	border-width:0px 0px 2px 10px;
	border-style:solid;
	border-color:#ff4500;
	width:94%;
	min-height:40px;
	padding-left: 10px;
	line-height:150%;
	text-align: left;
	color:#333333;
	margin: 6px 0;
}
h2.conversion{
	border-color:#3300FF;
}


section {
	width:90%;
	margin:0 auto;
}
article {
	width: 50%;
	margin:0 auto;
	float: left;	
}
article p {
	font-size:20px;
	line-height:150%;
	text-align: left;
}

article p a:link,visited,active,hover{
	text-decoration: underline;
}

.new p{
 	border-bottom:dashed 1px #ff4500;
	font-size:18px;
}

.how_to{
	width: 100%;
	float: none;
	text-align: left;
}

.how_to img.qa {
	width:32px;
	height:32px;
	vertical-align: -6px;
	margin-right: 5px;
}
.how_to img.faq {
	width:48px;
	height:48px;
	vertical-align: -9px;
	margin-right: 5px;
}
.how_to p{
	font-size:16px;
	text-align: left;
}
.how_to p a{
	text-decoration: underline;
}
.question{
	font-weight:bold;
	font-size:20px;
}


#menu {	
	margin:0 auto;
	font-size: 18px;
	text-align: left;
}
#menu div{
	margin-bottom: 1px;
	width: 32%;
	text-decoration: none;
	float:left;
}
#menu nav{	
	margin:0 auto;
	line-height:150%;
	width: 50%;
	float:left;
}
#menu img, #related_content img{
	vertical-align: -3px;
	margin-right: 5px;
}

#related_content {	
	margin:0 auto;
	font-size: 18px;
	text-align: left;
	line-height:150%;

}
#related_content div{
	width: 50%;
	float:left;
}

h3 {
	text-align:left;
}
h3 a:link,visited,active,hover {
	color:#000000;
	font-weight:bold;
	
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	width /***/:auto;　
}
img.qico {
	width:30px;
	height:30px;
	vertical-align: -6px;
	margin-right: 5px;
}


/* タグボタン */
.category{
	text-align: left;
}
.category a{
	font-size:16px;
	font-weight: bold;
	padding: 6px 6px;
	background-color: #999;
	color: #fff;
	margin:0 2px 5px 2px;
	box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	float:left;
	display :block;
}
.main_category{
	min-width:28%;
}

.category a:hover {
	background-color: #666;
	color: #fff;
}



/* シェアボタン */
.share {
	text-align:left;
	margin-left: 10px;
	height: 30px;
	vertical-align: bottom;
}
.twitter{
	float: left;
	width: 100px;
	height: 30px;
	overflow:hidden;
}
.fb{
	float: left;
	width: 115px;
	height: 25px;
	line-height: 21px;
	overflow: hidden;
}

/* フッターリンク */
.footer_link a{
	margin:0 3px;
}

.footer_link a img{
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right:3px;
}

.mbbr{
	display:none;
}

p{
	line-height:140%;
}

/* 広告 */
.ad_article_under{
	margin-top:2px;
}
.ad_difference{
	margin: 0 auto;
	margin-top:2px;
	width:100%;
	max-width:336px;
	box-sizing:border-box;
}

.ad_footer{
	margin-top:2px;
}
.ad_category_top{
}

/*--------------------------------------
  雑学Q
--------------------------------------*/
.oo_q{
	margin:0 auto;
	font-size:16px;
	width:50%;
	min-width:300px;
	float:left;
	background:#ffff66;
	box-sizing:border-box;
	border:2px #ff4500 solid;
	border-bottom:1px #ff4500 solid;
}
.oo_q li{
	padding:5px;
	border-bottom:1px #ff4500 solid;
}
.oo_q .answer{
	display: block;
	margin: 0 auto;
	width:180px;
	padding: 8px 5px;
	border:solid 1px #ffa500;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff4500));
	background-image: -webkit-linear-gradient(top, #ffa500, #ff4500);
	background-image: -moz-linear-gradient(top, #ffa500, #ff4500);
	background-image: -ms-linear-gradient(top, #ffa500, #ff4500);
	background-image: -o-linear-gradient(top, #ffa500, #ff4500);
	background-image: linear-gradient(top, #ffa500, #ff4500);
	box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 2px 2px 1px #c72d20;
	text-align: center;	
}

@media screen and (max-width: 640px){

header p {
	display: none;
}
section {
	width:96%;
}

.full{
	width: 50%;
	font-size:18px;

}
#menu div{
	width: 50%;
	line-height:150%;
}
#related_content div{
	width: 100%;
	float:none;
}

/* フッターリンク */
.footer_link {
	text-align: left;
}
.footer_link a{
	margin:6px;
	display:block;
}
}

@media screen and (max-width: 480px){

article{
	width:100%;
}
.full{
	width: 100%;
	font-size:18px;
}

h2 {
	font-size: 20px;
}

#menu div{
	width: 100%;
}
#menu nav{
	width: 100%;
	float:none;
}
.oo_q{
	width:100%;
	float:none;
}

.category a{
	font-size:14px;
}

.ad_article_under{
	margin-top:10px;
}

.ad_difference{
	margin: 0 auto;
	padding:0;
}


}

@media screen and (max-width: 320px){

.mbbr{
	display:block;
}
}
