@charset "UTF-8";

/* AMP */
	/* 注意 : サイズ 50kb以内 */
	/* 不可 : 外部ファイル */
	/* 不可 : !important,behavior,-moz-binding,filter */
	/* 注意 : overflow,overflow-x,overflow-y に auto,scroll 指定不可 */
	
	/* 間違えなく不要な行は、下記の様なコメントを入れると削除するようにしてある */
	/* 不要 */

/* -------------------------------------------------- reset */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,img,strong,dl,dt,dd,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",Sans-Serif;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.7rem;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
}

/* -------------------------------------------------- clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* -------------------------------------------------- form */
/* button */
.button,.form {
	display: inline-block;
	zoom: 1;
	margin: 2px 0;
	padding: .1em 1em;
	height: 30px;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	outline: none;
	border: 1px #b7b7b7 solid;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.button{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.button:active {
	position: relative;
	top: 1px;
}

/* white */
.white{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
	background: -moz-linear-gradient(top,#fff,#ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');
}
.white:hover{
	background: #ededed;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
	background: -moz-linear-gradient(top,#fff,#dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dcdcdc');
}
.white:active{
	color: #999;
	background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
	background: -moz-linear-gradient(top,#ededed,#fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff');
}

/* -------------------------------------------------- common */

/* base */
html,body{
	overscroll-behavior: none;
}
.box1{
	padding: 0 0 40px 0;
	word-break: break-all;
}
h2{
	margin-top: 20px;
	padding: 5px;
	background: #ddd;
	font-size: 1.5rem;
	font-weight: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* a,img */
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #111;
}
a:visited {
	color: #555;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #222;
}


/* -------------------------------------------------- list */
ul,ol{
	margin: 10px 0;
	padding-left: 2em;
}
ul li{
	margin-top: 0.5em;
	list-style: disc;
}
ul ol li{
	list-style: decimal;
}
ul ul li{
	list-style-type: circle;
}




/* -------------------------------------------------- base */

h2{
	text-align: center;
}

body{
	min-width: 320px;
	font-size: 1.3rem;
	line-height: 1.8em;
}
#wrap{
	margin: 0 auto;
	width: 1024px;
	max-width: 100%;
	overscroll-behavior: none;
}
#header{
	text-align: center;
}
	h1{
	}
	h1 a{
		margin: 0 auto;
		width: auto;
		max-width: 90%;
		height: 60px;
		background: url(/img/title.png) center no-repeat;
		background-size: contain;
		text-align: center;
		display: block;
	}
	h1 a span{
		display: none;
	}

	h1,h1 a,h1 a img{
		margin: 0 auto;
		text-align: center;
	}
	#header p{
		margin: 0 auto;
		padding: 0 5px;
		max-width: 700px;
		text-align: center;
	}
#main{
	height: 100%;
	overscroll-behavior: none;
}
	#contents{
		padding: 0 5px;
		width: 100%;
		height: 100%;
		background: #fff;
		float: right;
		overscroll-behavior: none;
	}
		#contents-in{
		}
#footer{
	margin-top: 20px;
	padding: 20px  0;
	background: #eee;
	text-align: center;
	clear: both;
}












/* 検索フォーム */
.search{
	padding: 15px 0 0 0;
	text-align: center;
}

/* 質問リスト */
.qlist{
	margin: 0;
	padding: 0;
}
.qlist li{
	margin: 0;
	padding: 10px 5px 0 5px;
	border-bottom: 1px #ccc solid;
	color: #444;
	line-height: 2rem;
	font-size: 1.3rem;
	list-style: none;
	word-break: break-all;
}
	@media screen and (max-width:767px){
		.qlist li{
			font-size: 1.5rem;
		}
	}
.qlist li a{
	color: #444;
	text-decoration: none;
}
.qlist li a:hover{
	color: #ff0000;
}
.qlist li .title{
	max-height: 10rem;
	overflow: hidden;
}
.qlist li .icon-y{
	padding: 1px 3px;
	color: #ff0027;
	font-weight: bold;
}
.qlist li .icon-g{
	padding: 1px 3px;
	color: #cc3033;
	font-weight: bold;
}
.qlist li .icon-h{
	padding: 1px 3px;
	color: #2d94b2;
	font-weight: bold;
}

.qlist li .date{
	color: #999;
	text-align: right;
}

/* 話題のワードリスト */
.wordslist li{
	width: 33.333%;
	height: 2rem;
	overflow: hidden;
	display: inline-block;
}
	@media screen and (max-width:767px){
		.wordslist li{
			width: 50%;
		}
	}

/* Q&Aサイトリンク */
.links a{
	padding: 5px;
	width: 16.666%;
	font-size: 1.5rem;
	text-align: center;
	display: inline-block;
}
	@media screen and (max-width:767px){
		.links a{
			width: 33.333%;
			font-size: 1.3rem;
		}
	}

/* SNS */
.sns{
	margin: 10px auto 20px auto;
	padding: 5px 10px;
	text-align: center;
}
.sns div{
	padding: 0 15px;
	display: inline-block;
	text-align: center;
}
.sns div a{
	padding: 8px 15px;
	font-size: 1.8rem;
	font-weight: bold;
	
	border-radius: 150px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.sns div a.fb{
	border: 3px #4a67ad solid; 
	color: #4a67ad; 
}
.sns div a.tw{
	border: 3px #4ea0ec solid; 
	color: #4ea0ec; 
}
.sns div a.gp{
	border: 3px #cb5445 solid; 
	color: #cb5445; 
}
.sns div a.fb:hover{
	background: #4a67ad;
	color: #fff;
}
.sns div a.tw:hover{
	background: #4ea0ec;
	color: #fff;
}
.sns div a.gp:hover{
	background: #cb5445;
	color: #fff;
}

/* 広告 */
.ad{
	margin: 10px auto 0 auto;
	width: 100%;
	max-height: 300px;
}
.app_delete li{
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: bold;
}
.app_delete li img{
	box-shadow: 0px 0px 5px #999;  
	-moz-box-shadow: 0px 0px 5px #999;  
	-webkit-box-shadow: 0px 0px 5px #999;
}




.shopping{
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(255,204,204,0.8);
	z-index: 2147483647;
	position: fixed;
	left: 5px;
	bottom: 5px;
}

.uranai{
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(255,204,204,0.8);
	z-index: 2147483647;
	position: fixed;
	right: 5px;
	bottom: 5px;
}

