@media screen and (min-width: 415px) and (max-width: 749px) {


/*----------------------------------------------*/
/*初期化*/
html,body,h1, h2, h3, h4,
p, div, blockquote, pre, address,
dl, dt, dd, ul, ol, li,
em, strong, dfn, small, big, q, i, b, span,
a:link, a:visited, a:hover, a:active,
abbr, acronym, cite, code, var, img,form {
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	background: transparent;
	margin:0;
	padding:0;
}

body{
text-align:center;
}

/*----------------------------------------------*/
/*レイアウト*/
#wrap{

}

#header{

	height:60px;

}

#ranking{
	padding:5px;
}

#content {
	padding:5px;
}

#side {
	padding:5px;
}

#bottomAd{
	padding:5px;
}

#footer {
	padding:5px;
}

/*----------------------------------------------*/
/*一般設定*/
h1{
	font-size:130%;
	font-weight:bold;
	color:#003366;
	margin:10px 0;
	border-bottom:1px solid #ccc;
}

h2{
	font-size:90%;
	color:#333;
	border-bottom:1px solid #ccc;
}

h3{
	font-size:85%;
	color:#666;
	font-weight:bold;
	margin:20px 0 10px 0;
}

p{
	font-size:9pt;
	margin:10px 0;
}

strong{
	font-weight:bold;
	font-size:125%;
}

a:link{
	color:blue;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:purple;
}


/*----------------------------------------------*/
/*wrap*/
#wrap{

	text-align:left;

}

/*----------------------------------------------*/
/*header*/
#header{
	text-align:center;
	margin:10px 0;

}

#header table{

	margin:10px auto;


}

#header .social{
	display:none;
}



#header h1,#header .social{

}

/*----------------------------------------------*/
/*ranking*/
#ranking{
	text-align:left;
	margin:0 0 10px 0;
}

#ranking table{
	width:100%;
}

#ranking table td{
	font-size:80%;
	text-align:center;
	border:1px solid #ccc;
	width:15%;
	padding:5px;
}

#ranking table td a{
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;

}


/*----------------------------------------------*/

#content {
	margin:0 0 10px 0;
}

#content .search_ad,#content .table_ad{
	text-align:center;
	margin:0 auto;
}

#content table + h2,#content p + h2,#content form + h2,#content h2 + ul{
	margin:20px 0 10px 0;
}

#content table + table{
	margin:10px 0;
}

#content table{
	width:100%;
}

#content th, #content td {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	font-style: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD #BBB #BBB #DDD;
	color:#333;

}

#content th{
	background-color:#F1F7FB;
	text-align:center;
}

#content table .th_col{
	font-size:85%;
	width:30px;
}

#content table .base_col,#content table .reverse_col{
	width:45%;
}

#content table .base_word,#content table .reverse_word{
	font-size:150%;
	text-align:center;
}

#content table ul,#content table ol{
	margin:0 0 0 25px;
}

#content .word_tile{
	width:45%;
	float:left;
	border:1px solid #ccc;
	padding:20px 0;
	text-align:center;
	margin:0 10px 10px 0;
	position:relative;
	list-style-type:none;
}

#content .word_tile span{
	color:#ccc;
	font-size:75%;
	position:absolute;
	bottom:0;
	right:0;
}

#content .page_nav{
	text-align:center;
	margin:10px;
	clear:left;
}

#content .random_keyword span{
	border:1px solid #ccc;
	margin:5px;
	padding:5px;
	line-height:350%;
}

#content button{
	margin:10px 0;
	text-align:center;
}

/*----------------------------------------------*/
/*side*/
#side {
	margin:0 0 10px 0;
}

#side p + h2,#side ol + h2,#side ul + h2{
	margin:10px 0;
}

#side p{
	margin:5px 0 10px 15px;
}

#side p.trial{
	margin:10px 0;
	text-align:center;
}

#side ul,#side ol,#side dl{
	margin: 0 0 0 25px;
}

#side ul li,#side ol li{
	margin:5px 0;
}

/*----------------------------------------------*/
/*bottomAd*/
#bottomAd{
	text-align:center;
	margin:0 0 10px 0;
}

/*----------------------------------------------*/
/*footer*/

#footer {
	margin:0 0 10px 0;
}

#footer ul,#footer ol{
	margin:0 0 0 25px;
}
/*----------------------------------------------*/


}