@charset "UTF-8";

/*
	Theme Name: oecnet3
	Description: おいしいねっと Main
	Author: R Yamagishi
	Author URI: http://o-e-c.net/
	Version: 1.1.1

*/

/****************************************

		General Setting

*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, img,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

body {
	color: #333;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
	}


/****************************************

		Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
//	font-family: 'Josefin Sans', sans-serif;
	}

h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
	}

h3 {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 700;
	}

h4 {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
	}

h5 {
	margin-bottom: 1px;
	font-size: 18px;
	font-weight: 700;
	}

p {
	font-size: 16px;
	}

ul,ol {
	list-style: none;
	}

ul ul{
	margin-left: 1em;
	}

li {
	font-size: 16px;
//	list-style: disc;
	list-style-position: outside;
	}

ul > li {
	list-style: disc;
	}

ol > li {
	list-style: decimal;
	}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

table {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	}

th,td {
	vertical-align: top;
	padding: 2px 8px 2px 8px;
	border: solid 1px #333;
	background-color:#fff;
}

th {
	text-align: left;
	background-color: #f4fddc;
}

tr:first-child > th,
tr:first-child > td {
	background-color: #eafeb4;
	padding-bottom: 4px;
	}

@font-face {
	font-family: 'fontello';
	src: url('font/fontello.eot?55398254');
	src: url('font/fontello.eot?55398254#iefix') format('embedded-opentype'),
	     url('font/fontello.woff?55398254') format('woff'),
	     url('font/fontello.ttf?55398254') format('truetype'),
	     url('font/fontello.svg?55398254#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	margin-left: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	}

.icon-mail-alt:before { content: '\e800'; }
.icon-bookmark:before { content: '\e801'; }
.icon-rss:before { content: '\e809'; }
.icon-tag:before { content: '\e802'; }
.icon-category:before { content: '\e803'; }
.icon-angle-circled:before { content: '\e804'; }
.icon-twitter:before { content: '\e805'; }
.icon-facebook:before { content: '\e807'; }
.icon-gplus:before { content: '\e808'; }
.icon-youtube-play:before { content: '\e806'; }


/****************************************

		Link

*****************************************/

a {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	}

a:visited {
	border-bottom: 1px solid #00b;
	color: #00b;
	}

a:hover ,
a:active {
	border-bottom: 1px solid #f60;
	color: #f60;
	}

a.imglink,
a.imglink:hover{
	text-decoration: none;
	border-bottom: none;
	}

/****************************************

		Layout

*****************************************/
#page {
	width: 100%;
	background: url(images/bg_header.jpg) repeat-x top left;
	position: relative;
	}

#container {
	margin: 0 2.5% 0 2.5%;
	width: 95%;
	max-width: 1050px;
	position: relative;
	}

#header ,
#main ,
#footer {
	min-width: 1000px;
	}

#header {
	position: relative;
	height: 120px;
	margin-bottom: 5px;
	background-image: url(images/buo.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	}

#main {
	overflow : hidden;
	}

#main-and-sub {
	float: left;
	width: 100%;
	position: relative;
	overflow : hidden;
	}

#main-contents {
	margin-right: 320px;
	padding: 0 5% 0 5%
	position: relative;
	}
/*
#sub-contents {
	float: left;
	width: 25%;
	position: relative;
	}
*/
#sidebar {
	float: right;
	margin-left: -300px;
	width: 300px;
	position: relative;
	}

#main-contents,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
	}

#footer {
	clear: both;
	background: #555;
	color: #fff;
	text-align: center;
	}

/****************************************

		header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
	}

#logo{
	position: absolute;
	top: 15px;
	}

#logo a{
	border: none;
	}

#description {
	position: absolute;
	top: 32px;
	left: 270px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	}


/****************************************

		 topmanu

*****************************************/


#topmenu {
	position: absolute;
	top: 24px;
//	left: 900px;
	right: 100px;
	text-align: left
}
#topmenu ul {
	position: absolute;
	margin: 0;
	right: 5px;
	width: 300px;
}
#topmenu ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
}
#topmenu a {
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	border: none;
}
#topmenu a:hover {
 	color: #564c4c;
}
/*
#topmenu a:visited {
	color: #333;
}
*/
#topmenu .twitter:before {
	font-family: "fontello";
	content: '\e805';
}
#topmenu .facebook:before {
	font-family: "fontello";
	content: '\e807';
}
#topmenu .rss:before {
	font-family: "fontello";
	content: '\e809';
}
#topmenu .bookmark:before {
	font-family: "fontello";
	content: '\e801';
}
#topmenu .mail:before {
	font-family: "fontello";
	content: '\e800';
}


/****************************************

		 Navigation

*****************************************/

#header .menu{
	position: absolute;
	top: 81px;
	font-size: 14px;
	line-height: 1;
	clear: both;
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		list-style: none;
	}
		#header .menu li a{
			display: block;
			color: #fff;
			padding: .5em 1em;
			border: none;
			}
		#header .menu li a:hover ,
		#header .menu li a:active {
			filter: alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
			}

		#header ul.sub-menu,
		#header ul.children{
			position: absolute;
			left:-1px;
			display: none;
			margin-left: 0;
			width: auto;
			width: 150px;
			border: 1px solid #ddd;
			background: #eee;
			}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
				}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
				}
				#header .menu li:hover > ul{
					display: block;
					}


/****************************************

		Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
	}

#breadcrumb li{
	float: left;
	margin-right: .5em;
	}


/****************************************

		Main

*****************************************/

#main-contents .first-post img {
	width: 100%;
	height: auto;
	}

#main-contents .first-post img {
	width: 100%;
	height: auto;
	}

#main-contents .second-post img {
	width: 50%;
	height: auto;
	}

#main-contents h2 {
	margin-bottom: 0.8em;
	padding: 0.8em 0.5em;
	background: #ffc;
	color: #333;
	border-left: solid 10px #f90;
	clear: both;
	}

#main-contents h2 a {
	border: none;
	}
	#main-contents h2 a:visited {
		color: #333;
		}
	#main-contents h2 a:hover ,
	#main-contents h2 a:active {
		color: #f60;
		}

#main-contents h3 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0.6em 0.5em;
	color: #333;
	border-left: solid 8px #f90;
	border-bottom: solid 1px #f90;
	clear: both;
	}

/*
#main-contents h3:before {
	content: "■";
	color: #f90;
	font-size: 28px;
	margin-right: 2px;
	}
*/
/*
#main-contents h4 {
	margin-left: 0.2em;
	margin-bottom: 0.1em;
	padding: 0.3em 0.5em;
	color: #333;
	clear: both;
	}
*/

#main-contents h4 {
	position: relative;
	margin-top: 1.5em;
	margin-left: 0.2em;
	margin-bottom: 1.5em;
	padding: 0.35em 1.0em;
	color: #333;
	clear: both;
	border: #f90 solid 2px;
	background-color: #f0f0f0;
	}

#main-contents h4:before{
	content: " ";
	position: absolute;
	top: 100%;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 16px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #f90;
}

#main-contents h4:after{
	content: " ";
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #f0f0f0;
	z-index:1;
}

#main-contents h5 {
	margin-left: 0.8em;
	margin-bottom: 0.1em;
	padding: 0.5em 0.5em 0 0.5em;
	color: #333;
	clear: both;
	}

#main-contents h5:before{
	content: "●";
	color: #f90;
	margin-right: 2px;
	}

#main-contents p {
	margin-left: 1.2em;
	margin-right: 1.0em;
	margin-bottom: 0.35em;
	padding: 0.2em 1em;
	color: #333;
	}

#main-contents ul,ol {
	margin-left: 2.5em;
	margin-bottom: 0.8em;
	padding: 0em 0.5em;
	}

#main-contents li {
	margin: 0 0 0 0.8em;
	}

#main-contents .listdecimal li {
	list-style: decimal;
	}

#main-contents .post,
#main-contents .page {
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: solid 1px transparent;
	}

#main-contents .topic {
	margin-bottom: 10px;
	padding: 1.5em;
	background-color: #cf9;
	border-radius: 10px;
	}

.sticky{
	/* 先頭固定ポストのスタイル */
	}

.post-meta{
	margin-bottom: 1.5em;
	}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
	}

.navigation{
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
	}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: solid 1px #ddd;
			}

.footer-post-meta{
	clear: both;
	margin-top: 20px;
	text-align: right;
	}
	.post-author{ padding-left: 1em; }

.page-link{
	clear: both;
	margin-top: 20px;
	text-align: center;
	}

.comment-page-link{
	margin: 0 0 3em;
	}
	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 8px;
		padding: 5px 8px;
		border: solid 1px #ddd;
		background: #ddd;
	}
	.page-link a{
		border-bottom: none;
		color: #000;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
			.page-link a span:hover,
			.comment-page-link a:hover{
				background: #ffeff7;
				color: #000;
				}
	.page-link span.displaynone {
		display: none;
		}
	.page-link span.number {
		margin-left: -6px;
		}


/****************************************

		Main (Syokuzai)

*****************************************/

#main-contents #syokuzai h2 {
	margin-bottom: 10px;
	padding: 0.6em 0.5em 0.5em 1.0em;
	background: #fffdf3;
	border-top: solid 1px #fc0;
	border-bottom: solid 1px #fc0;
	border-radius: 0px;
//	opacity: 1;
	color: #333;
//	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	font-weight: 500;
	}

#main-contents #syokuzai p {
	margin-left: 1.35em;
	margin-right: 1.0em;
	margin-bottom: 0.35em;
	padding: 0.3em 1em 0.2em 1.4em;
	color: #333;
	background: url(images/arrow02.png) no-repeat 0px 10px;
//	border-bottom: dotted 1px #333;
	clear: both;
	}

#main-contents #syokuzai p.post-meta {
	margin-left: 1.0em;
	margin-right: 1.0em;
	margin-bottom: 0.35em;
	padding: 0.3em 0.2em 0 1.4em;
	background: none;
	border-bottom: none;
	display: block;
	float: right;
	}

#main-contents #syokuzai .topic {
	margin-bottom: 10px;
	padding: 1.5em;
	background-color: #cf9;
	border-radius: 10px;
	}

//#main-contents #syokuzai .topic h4 {
//	border-bottom: solid 1px #fc0;
//	}

#main-contents .post-meta{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	}
	.post-meta .category{
		padding-right: 1.5em;
	}

#main-contents hr.sep20 {
	margin: 0 0 20px 0;
	display: none;
	}

div#syokuzainavi {
	clear: both;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	}
	div#syokuzainavi span {
		display: inline-block;
		margin: 1px 1px;
		padding: 4px 6px;
		border: solid 1px #ddd;
		background: #fff;
		float: left;
		}
	div#syokuzainavi a{
		border-bottom: none;
		color: #000;
	}
		div#syokuzainavi a span:hover {
			background: #ffeff7;
			color: #000;
			}

div#syunnavi {
	clear: both;
	margin: 0 0 6px 4px;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	}
	div#syunnavi span {
		display: inline-block;
		margin: 1px 1px;
		padding: 4px 6px;
		border: solid 1px #ddd;
		background: #fff;
		float: left;
		}
	div#syunnavi a{
		border-bottom: none;
		color: #000;
	}
		div#syunnavi a span:hover {
			background: #ffeff7;
			color: #000;
			}


/****************************************

		Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
	}

.required{ color: #f60;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
	}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
	}

.children{
	padding-left: 2em;
	}

#respond{
	margin-bottom: 40px;
	}

/****************************************

		index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
	}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
	}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

		Sidebar

*****************************************/

#sidebar ,
#sub-contents {
	font-size: 24px;
	}

#sidebar a ,
#sidebar a:hover{
	text-decoration: none;
	border-bottom: none;
	}

#sidebar h2 ,
#sub-contents h2 {
	margin-bottom: 5px;
//	padding: 0.2em 1em 0.2em 1.0em;
	font-size: 18px;
//	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	border-bottom:3px solid #fc0;
//	background-color: #fc0;
//	border-radius: 20px;
//	opacity: 0.9;
	}
/*
#sidebar h2:before ,
#sub-contents h2:before {
	content: "●";
	color: #fff;
	font-size: 14px;
	margin-right: 2px;
	}
*/
.widget{
	margin-bottom: 20px;
	}

#sidebar  ul ,
#sub-contents ul {
//	margin-left: 1em;
//	padding-left: 1.0em;
	}

#sidebar li,
#sub-contents li{
	margin: 6px 0 10px;
	list-style-type: none;
	}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
	}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
	}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
	}


/****************************************

		Footer

*****************************************/

#copyright{
	padding: 20px 0;
	font-size: 80%;
	}


/****************************************

		Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 10px;
	padding: 6px 4px;
	max-width: 100%;
	width: 360px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
	}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
	}

textarea {
	overflow: auto;
	}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
	}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ccc;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #c93;
		background: #c93;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}

#searchform{
	position: relative;
	margin-top: 0px;
	}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}

/* Google カスタム検索 */
#cse-search-box{
	position: relative;
	margin: 0px;
		}
	#cse-search-box [type="text"] {
		margin: 0px;
		padding: 6px 20% 6px 5%;
		width: 75%;
		font-size: 12px;
	}
	#cse-search-box [type="submit"] {
		position: absolute;
		top: 0;
		right: 6px;
		width: 32px;
		height: 26px;
		border: none;
		color: #333;
		background: none;
		}


/****************************************

		Adsence

*****************************************/

#under-contents-ad {
	margin-top: 0px;
	margin-bottom: 50px;
	}

#under-contents-ad .widget {
	float: left;
	margin-left: 10px;
	}

/****************************************

		Social Bottom

*****************************************/

/* ソーシャルボタン */

div.sbver {
	clear: both;
	}

div.sbver ul {
	position: relative;
//	left: 50%;
	margin: 35px 10px;
	padding: 0
	}

div.sbver li {
	position: relative;
//	left: -50%;
	list-style-type: none;
	float: left;
	}

div.sbver li a {
	border: none;
	}


/****************************************

		Slider

*****************************************/

/* コンテンツスライダー */

ul#slider {
	margin: 0;
	padding: 0;
	clear: both;
	height: 300px;
	width: 100%;
	overflow: hidden;
	}

ul#slider > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#slider img {
	width: 100%;
	}



/****************************************

		To Page Top

*****************************************/

#to-page-top {
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 99;
	width: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

* html #to-page-top { display: none; }

#to-page-top a{
	display: block;
	padding: 10px;
	border: 1px solid #333;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#to-page-top a:link,
#to-page-top a:visited{
	background-color: #fc0;
	color: #333;
}

#to-page-top a:hover,
#to-page-top a:active{
	background-color: #ffeff7;
	color: #f60;
}


/****************************************

		WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
	}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
	}

img.alignright {
	display: inline-block;
	margin: 0 0 1em 1.5em;
	}

img.alignleft {
	display: inline-block;
	margin: 0 1.5em 1em 0;
	}


/****************************************

		Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
	}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
	}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
	}


/****************************************

		Mobile

*****************************************/

@media screen and (max-width:1100px){
	br {display: none;}
	table br {display: block;}

	#container {
		max-width: none;
		width: 100%;
		margin: 0;
		}

	#main-and-sub {
		float: none;
		width: 100%;
		}

	#main-contents {
		margin: 0;
		}

	#sidebar {
		float: none;
		width: 100%;
		margin: 0;
		}

	#header ,
	#main ,
	#footer {
		min-width: 0;
		width: 100%;
		}

	#logo{
		position: relative;
		top: 0;
		left: 0;
		}

	#description {
		position: relative;
		top: 0;
		left: 0;
		}

	#topmenu {
//		position: relative;
//		top: 0;
//		left: 0;
	}

}
@media only screen and (max-width: 800px) {
	#topmenu {
		right: 80px;
	}
	#topmenu ul {
		width: 200px;
	}
	#topmenu ul li {
		margin-left: 10px;
	}
	#topmenu a {
		font-size: 28px;
	}
}


@media only screen and (max-width: 692px) {
	#under-contents-ad .ad-under-contents-right {
		display: none;
		}

}

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

	#sidebar .widget  ul > li {
		margin-left: 20px;
		float: left;
		}
	#sidebar .widget h2 {
		clear: both;
		}

	#sidebar {
		}
/*
	ul#slider {
		display: none;
		}
*/
	#header-sns {
		display: none;
		}

}

@media screen and (max-width: 480px) {
/*
	#header .menu-header-navi-container{
		display: none;
		}
*/
	#topmenu {
		display: none;
	}
}

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

}



