@charset "utf-8";

/*
Theme Name: 丸森サイクルプロジェクト 2014
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#eee;
	color:#333;
	font:15px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* default
--------------------------------------- */
hr {
	height:0;
	border:none;
	border-top:1px solid #ffc600;
	border-bottom:1px solid #eee;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
table th, table td {
	border:1px solid #eee;
	padding:1.5%;
}
th, dt {
	font-weight:bold;
}
p {
	margin:0.75em 0;
}
pre {
	overflow:auto;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
.article ol, .article ul {
	list-style-position:inside;
	list-style-type:disc;
}
.article ol, .article ul, .article blockquote, .article table {
	margin:0.75em 0 0.75em 0.3em;
}
sup, sub {
	font-size:66.67%;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
cite {
	font-style:italic;
}
cite, acronym, abbr {
	border-bottom:1px dotted #eee;
	cursor:pointer;
}
blockquote {
	padding:3%;
	background:#f7f7f7;
	border-radius:4px;
	position:relative;
}
fieldset {
	margin:0;
	padding:0;
	max-width:100% !important;
	min-width:100% !important;
}
input[type="text"], input[type="password"], textarea, select {
	border:1px solid #eee;
	border-radius:4px;
	padding:1.5%;
}
input[type="button"],input[type="submit"],input[type="reset"] {
	background:#fff;
	color:#ff003c;
	text-decoration:none;
	display:inline-block;
	border:1px solid #ff003c;
	border-radius:5px;
	padding:1.5%;
	-webkit-transition: all 0.18s linear 0;
	text-align:center;
	cursor:pointer;
}
input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
	background:#ff003c;
	color:#fff;
}
input {
	max-width:96% !important;
}
textarea {
	width:96%;
	resize:vertical;
}
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.float-wrap {
	border-radius:3px;
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	margin-bottom:3.8%;
}
.float-left, .float-right {
	padding:3.8%;
	width:42.4%;
}
.float-left {
	float:left;
	border-radius:3px 0 0 3px;
}
.float-right {
	float:right;
	border-radius:0 3px 3px 0;
}
.bg_blue {
	background:#5ebbe7;
}
.bg_yellow {
	background:#ffc300;
}

#header {
	background:#5ebbe7;
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	position:relative;
	z-index:10000;
}
#header .wrapper {position:relative;padding:30px 0;}
#nav {
	position:absolute;
	right:0;
	top:39px;
	line-height:48px;
}
#nav li {
	float:left;
	margin-left:15px;
	height:30px;
	line-height:30px;
	border:1px solid #000;
	border-radius:3px;
}
#nav li:hover {
	border:1px solid #fff;
}
#nav li a {
	padding:0 5px;
	display:block;
}
#nav li a:hover {
	color:#fff;
}
#topic_wrap {
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	background:#fff;
	padding:2% 0;
	position:relative;
}
#topic_path {
	background:#fff url(scroll_bg.jpg) repeat-x center center;
	background-size:cover;
	position:relative;
	z-index:1;
}
#entry_site_button {
	position:absolute;
	top:71.5%;
	left:0;
	width:100%;
}
#entry_site_button p {
	display:block;
	margin:0 auto;
	text-align:center;
}
#entry_site_button p a {
	display:inline-block;
}
#entry_site_button p a:hover {
	padding-left:0.3%;
	padding-top:0.3%;
	-moz-transition: all 0.07s linear 0;
	-webkit-transition: all 0.07s linear 0;
	transition: all 0.07s linear 0;
}


#container {
	float:right;
	margin-left:-250px;
	width:100%;
}
#main, #side {padding-top:3.8%;}
#main {
	margin-left:280px;
}
#side {
	width:250px;
	float:left;
	padding-bottom:30px;
}


#header a {
	color:#000;
	text-decoration:none;
}
.section {
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	margin-bottom:3.8%;
	padding:3.8%;
	position:relative;
}
#main .sub-header {
	margin-bottom:1.9%;
	padding-bottom:1.9%;
	position:relative;
	border-bottom:1px solid #eee;
}
#main .title {
	font-size:120%;
}
#main .sub-header .list {
	position:absolute;
	right:0;
	top:0;
}
#main .sub-header ul {
	margin-top:1em;
}
#main .sub-header li {
	float:left;
	margin-right:1.25em;
	font-size:12px;
	color:#666;
}
#main .sub-header li a {
	color:#666;
	text-decoration:none;
}
#main .sub-header li a:hover {
	color:#999;
}
#main .post {
	margin-bottom:1.9%;
	padding-bottom:1.9%;
	border-bottom:1px dotted #eee;
}
#main .post-body p {
	margin-bottom:1em;
}
#main .post:last-child {
	margin-bottom:0;
}
#main .post .thumbnail {
	background:#000;
	height:75px;
	width:75px;
	float:left;
	margin-right:3.8%;
	position:relative;
	text-align:center;
}
#main .post .thumbnail .attachment-home-thumbnail {
	position:absolute;
	top:0;
	left:0;
	width:75px;
	height:75px;
	background:#333;
}
#main .post .sub-header {
	float:left;
	border:none;
}
#side h3 {
	text-align:center;
}
#side .banner_area {
	margin-bottom:10px;
}
#side .banner_area li {
	margin-bottom:5px;
	text-align:center;
	display:block;
}
#side .partner_banner p {
	background:rgba(0,0,0,0.1);
	font-size:11px;
	text-align:center;
	margin-bottom:3px;
	line-height:1;
	padding:2px;
}
#side .partner_banner li {
	display:block;
	text-align:center;
	margin-bottom:5px;
}
#side .partner_banner li:last-child {
	margin-bottom:0;
}
#side-galley ul {
	margin-bottom:-3.8%;
}
#side-galley li {
	float:left;
	width:30.8%;
	margin-right:3.8%;
	margin-bottom:3.8%;
	text-align:center;
}
#side-galley li:nth-child(n+7) {
	display:none;
}
#side-galley li:nth-child(3n) {
	margin-right:0;
}

.sns {
	width:100%;
	height:60px;
	margin-bottom:5px;
	text-align:center;
}
#fb_area {
	background:#3b5998;
}
.fb-like {
	position:relative;
	top:19px;
}
#twi_area {
	background:#55acee;
	margin-bottom:15px;	
}
.twitter-follow-button {
	position:relative;
	top:19px;
}

#back-to-top {
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	background:#fff;
	text-align:center;
	line-height:30px;
}
#back-to-top:hover {
	background:#e7d55e;
}
#back-to-top a {
	display:block;
	color:#999;
	text-decoration:none;
}
#back-to-top a:hover {
	color:#000;
}
#footer-content {
	background:#5ebbe7;
	box-shadow:0 0 4px rgba(0,0,0,0.07);
	padding:30px 0;
	position:relative;
	z-index:10000;
}
#footer a {
	color:#000;
}
#footer a:hover {
	text-decoration:none;
}
.footer-widget {}
.footer-widget .widget {
	width:18.4%;
	margin-right:2%;
	margin-bottom:30px;
	float:left;
}
.footer-widget .widget-title {
	color:#000;
	font-weight:bold;
	margin-bottom:0.75em;
}
.footer-widget .widget a {
	text-decoration:none;
	background:url(footer-link) no-repeat left center;
	padding-left:10px;
}
.footer-widget .widget a:hover {
	opacity:0.6;
}
.footer-widget .widget:last-child {
	margin-right:0;
}
.member_profile {
	margin-bottom:50px;
}
.member_profile .float-left {
	width:25%;
	padding:0;
}
.member_profile .float-right {
	width:70%;
	padding:0 0 0 5%;
}
.member_profile .name {
	font-size:18px;
}


#countdown {
	background:url(images/cdbg.png) no-repeat;
	width:250px;
	height:109px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:7.6%;
}
.hasCountdown {}
.countdown_rtl { direction: rtl; }
.countdown_holding span { color: #888; }
.countdown_row { clear: both; width: 100%; padding: 0px 2px; text-align: center; }
.countdown_show1 .countdown_section { width: 98%; }
.countdown_show2 .countdown_section { width: 48%; }
.countdown_show3 .countdown_section { width: 32.5%; }
.countdown_show4 .countdown_section { width: 24.5%; }
.countdown_show5 .countdown_section { width: 19.5%; }
.countdown_show6 .countdown_section { width: 16.25%; }
.countdown_show7 .countdown_section { width: 14%; }
.countdown_section { display: block; float: left; font-size: 75%; text-align: center; }
.countdown_amount {	font-size: 200%; }
.countdown_descr { display: block; width: 100%;}

/* 画像の設定 */
#time_left {text-align:center; position:absolute; top:49px; left:102px; }
#time_left span { display: block; margin-right:2px; float: left; width: 42px; height: 60px; background: url(images/counter.png) no-repeat 0px 0px; } 
#time_left span.image0 { background-position: -0px 0px; } 
#time_left span.image1 { background-position: -42px 0px; } 
#time_left span.image2 { background-position: -84px 0px; } 
#time_left span.image3 { background-position: -126px 0px; } 
#time_left span.image4 { background-position: -168px 0px; } 
#time_left span.image5 { background-position: -210px 0px; } 
#time_left span.image6 { background-position: -252px 0px; } 
#time_left span.image7 { background-position: -294px 0px; } 
#time_left span.image8 { background-position: -336px 0px; } 
#time_left span.image9 { background-position: -378px 0px; } 
#time_left span.imageDay { background-position: -420px 0px; } 
#time_left span.imageSep { background-position: -462px 0px; } 
#time_left span.imageSpace { background-position: -504px 0px; }

#cfm-gal ul li {
	float:left;
	width:23%;
	height:23%;
	margin:1%;
}
#cfm-gal ul li img {
width:100%;
height:100%;
}

/* SuB NaV */
.sub-nav {
	margin:0 auto 20px;
	line-height:46px;
	width:90%;
}
.sub-nav li {
	background:#ffe400;
	border:1px solid #ffe400;
	float:left;
	width:48%;
	text-align:center;
	cursor:pointer;
}
.sub-nav li a {
	display:block;
	color:#333;
	text-decoration:none;
	outline:none;
}
.sub-nav li.sub-nav-first {
	border-radius:4px 0 0 0;
}
.sub-nav-2 {border-radius:0 4px 0 0;}
.sub-nav-3 {border-radius:0 0 0 4px;}
.sub-nav li.sub-nav-last {
	border-radius:0 0 4px 0;
}
.sub-nav li:hover, .sub-nav li.active, .ui-tabs-active {
	background:#fff;
}
#Tabs1 dt {
	margin:1.25em 0 0.75em;
}
#tabs-1, #tabs-2 {
	padding-top:3.8%;
}

#entry_agree {
	height:360px;
	overflow:scroll;
	overflow-x:hidden;border:10px solid #eee;
	padding:3.8%; margin-top:3.8%;
}
#entry_agree ol, #entry_agree ul, #entry_agree strong, #entry_agree h2 {
	display:block;
	margin:1em 0;
}
#entry_agree strong, #entry_agree h2 {
	font-weight:bold;
}
.list-float li {
	float:left;
	margin-right:1em;
}
.list li {
	list-style:circle outside;
	position:relative;
	left:1em;
	margin-right:2em;
}
.list-title {
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	display:block;
	border-top:1px solid #eee;
	padding-top:1em;
}
.list-title:first-child {
	border:none;
}
.list-left {
	float:left;
	width:150px;
	margin-right:20px;
}

#banner-area {
	margin-top:3.8%;
	background:#fff;
	border-radius:4px;
	padding:20px;
	text-align:center;
	box-shadow:0 0 4px rgba(0,0,0,0.07);
}
#banner-area li {
	display:inline-block;
	width:172px;
	margin:5px;
	padding:4px;
}
#banner-area li a {
	padding:4px;
	margin:-4px;
	display:block;
}
#banner-area li a:hover {
	background:#5ebbe7;
}
#banner-area h2 {
	font-weight:bold;
	margin-bottom:10px;
}
.enquete h2 {
	font-size:160%;
}
.enquete h3 {
	font-size:120%;
}
.enquete  h2,
.enquete h3,
.enquete table,
.enquete ul {
	margin-bottom:20px;
}
.enquete ul li ul {
	margin-bottom:0;
}
.enquete ul li {
	list-style:outside circle;
	margin-left:1em;
	padding-bottom:0.4em;
	margin-bottom:0.4em;
	border-bottom:1px dashed #eee;
}

.enquete table,
.enquete ul {
	font-size:80%;
}
.enquete table th {
	white-space:nowrap;
}
.enquete td {
	text-align:center;
}

@media screen and (max-width:1000px) {
	.wrapper {
		width:98.6%;
	}
}
@media screen and (max-width:800px) {
	#header .site-title {
		width:100%;
		text-align:center;
		margin-bottom:3.8%;
	}
	#nav {
		position:static;
		margin-top:30px;
	}
	#nav li {
		float:none;
		margin-left:0px;
		height:38px;
		line-height:38px;
		border:1px solid #000;
		border-radius:3px;
		text-align:center;
		margin-bottom:4px;
	}
	#nav li:hover {
		border:1px solid #fff;
	}
	#nav li a {
		padding:0 5px;
		display:block;
	}
	#nav li a:hover {
		color:#fff;
	}
	.wrapper #side {
		width:98.6%;
	}
	#container {
		float:none;
		margin-left:0;
	}
	#main {margin:0;}
	#side {
		float:none;
	}
	#main .title {
		font-size:100%;
	}
	#main .list {
		display:none;
	}
	.footer-widget .widget {
		width:100%;
		margin-right:0%;
		margin-bottom:30px;
		float:left;
	}
	#main .sub-header li {
		float:none;
		margin-right:0;
	}
	.sub-nav {
		width:98%;
	}
}


img {
	max-width:100%;
	height:auto;
	font-size:0;
	line-height:0;
	vertical-align:top;
}
.aligncenter {
	display:block;
	margin:0 auto;
	text-align:center;
}
hr {
	border:none;
	border-bottom:1px solid #5ebbe7;
	height:0;
	width:64%;
	margin:0 auto 3.8%;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden !important;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

















