/*
Theme Name: Amanuma
Description: This themde is based on Twenty Twelve.
*/

/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/*==================================================================================================================================*/













/* style override below */













/*==================================================================================================================================*/



body, div, span, ol, ul, li, table, tr, th, td, dd, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
  font-family: "Verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

html, body {
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
	line-height: 1;
}

html {
  overflow-y: scroll;
}







/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




/* common */

body, th, td {
  color: #444;
}

a:link {
  color: #00ABEA;
  text-decoration: underline;
}

a:visited {
  color: #7991A2;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #0075A2;
  text-decoration: underline;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border-style: none;
	max-width: 100%;
	height: auto;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}

.fleft45 {
	width: 47%;
  float: left !important;
}

.fright45 {
	width: 47%;
  float: right !important;
}

.small {
  font-size: 11px;
}

.alignleft {
	float: left;
	padding: 0 20px 20px 0;
}

.alignright {
	float: right;
	padding: 0 0 30px 20px;
}

hr{
	clear: both;
	border: 0;
	border-top: solid 1px #DDD;
	height: 1px;
	color: #FFFFFF;
	font-size: 0;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold !important;
}

.noborder {
	border: none !important;
}

.bb {
	border-bottom: 1px solid #DDD;
}

.red {
	color: #C00;
}

.middle {
	vertical-align: middle !important;
}

input,
textarea,
select {
	padding:0.2em;
	background-color: #fdfdfd;
	border: 1px solid #abadb3;
}
button {
	overflow: visible;
	padding: 0em 0.5em 0em 0.5em;
	height: 2.2em;
}
option {
	padding-right: 1em;
}
option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
input.submit {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 20px 100px 20px 100px !important;
	line-height: 1;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
}







/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* pagetop */

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	text-indent: -9999px;
}

#pagetop a {
	display: block;
	background: url(/amanuma_es/common/images/btn_pagetop_n.png) top no-repeat;
	width: 60px;
	height: 60px;
}

#pagetop a:hover {
	background: url(/amanuma_es/common/images/btn_pagetop_o.png) top no-repeat;
}




/* - -  (common) - - */

.cnt_pc {
	display: block !important;
}

.cnt_sp {
	display: none !important;
}





/* - -  (header) - - */

#header {
	width: 100%;
	background-color: #7EB528;
}

#headcnt {
	width: 940px;
	margin: 0 auto;
	padding: 13px 0 10px;
}

.sitettl {
	float: left;
}

.headpic {
	float: right;
}








/* - -  (nav) - - */

.menu-gnav-container {
	background-color: #417322;
	padding: 7px 0;
	margin: 0 0 40px 0;
}

.entry-content .menu-gnav-container {
	background-color: transparent;
}

.menu-gnav-container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .menu-gnav-container             { zoom: 1; } /* IE6 */
*:first-child+html .menu-gnav-container { zoom: 1; } /* IE7 */

#menu-gnav {
	width: 940px;
	margin: 0 auto;
}

#menu-gnav li {
	float: left;
	border-left: 1px solid #93C14B;
	padding: 7px 10px;
}

#menu-gnav li a {
	color: #FFF !important;
	text-decoration: none !important;
	font-size: 13px;
	line-height: 1;
}

#menu-gnav li a:hover {
	color: #C2DC99 !important;
	text-decoration: none !important;
}

.current-menu-item {
	background-color: #508E2A;
}

#nav2 {
	float: left;
	width: 220px;
	padding: 0 0 50px 0;
}

.side_ttl {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 6px 6px 6px 6px;
  font-size: 10px;
  font-weight: normal;
  color: #666;
	margin: 0 0 10px 0;
	background-color: #DDD;
}

.submenu {
	margin: 0 0 20px 0;
}

.submenu li a {
	display: block;
	font-weight: normal;
  text-decoration: none;
	padding: 8px 8px;
	border-bottom: 1px solid #DDD;
}

body.home .submenu li.current_page_item {
	background-color: #EEE;
}

body.home .side_ttl,
body.home .submenu {
	display: none;
}

body.single .side_ttl,
body.single .submenu {
	display: none;
}

.side_banners {
	margin: 0 0 20px 0;
}

.side_banners li {
	margin: 0 0 8px 0;
}

#snav {
	background-color: #7EB528;
	margin: 0 0 20px 0;
	padding: 8px 10px;
	border-radius: 5px;
}

#snav li {
	margin: 0 0 5px 0;
}

#snav li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; 
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 180px;
	height: 50px;
	color: #444 !important;
	text-decoration: none;
	line-height: 1.2;
	font-size: 13px;
	padding: 0 0 0 20px;
	background: url(/amanuma_es/common/images/side_com_btn_link.png) left top no-repeat;
}

#snav li a:hover{
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_link_o.png) left top no-repeat;
}

#snav li a.s_blank {
	background: url(/amanuma_es/common/images/side_com_btn_new.png) left top no-repeat;
}

#snav li a.s_blank:hover {
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_new_o.png) left top no-repeat;
}

#snav li a.s_fb {
	background: url(/amanuma_es/common/images/side_com_btn_fb.png) left top no-repeat;
}

#snav li a.s_fb:hover {
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_fb_o.png) left top no-repeat;
}

.address {
	padding: 8px;
	line-height: 1.8;
	background-color: #F7F3E9;
	border-radius: 5px;
}








/* - -  (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 940px;
	text-align: left;
	background-color: #417322;
}

.foot_cnt {
	width: 940px;
	padding: 20px 0 40px;
	margin: 0 auto;
}

.fnav {
	float: none;
	width: 100%;
	padding: 0 0 0 0;
}

.fnav li {
	float: left;
	margin: 0 0 10px;
}

.fnav li a {
	display: block;
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
	border-left: 1px solid #719659;
}

.fnav li a:hover {
	color: #DDD !important;
}

.footlink {
	float: left;
	width: 500px;
	padding: 0 0 0 0;
}

.footlink li {
	float: left;
	margin: 0 0 10px;
}

.footlink li a {
	display: block;
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
	border-left: 1px solid #719659;
}

.footlink li a:hover {
	color: #DDD !important;
}

.copyright {
	float: right;
	font-size: 11px;
	color: #FFF;
	padding: 0 20px 0 0;
}





/* - -  (content general) - - */

.contentbox {
	width: 940px;
	margin: 0 auto 30px;
	text-align: left;
}

.entry-meta {
	clear: both;
}

.cntbox {
	float: right;
	width: 700px;
	height: auto;
	min-height: 300px;
	background-color: #FFF;
	line-height: 1.8;
}

.wp-post-image {
	margin: 0 0 30px 0;
}

.cntbox p {
	width: 100%;
	margin: 0 0 40px 0;
}

.cntbox p.wp-caption-text {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 12px;
}

.cntbox img {
	max-width: 700px;
}

#breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
}

#breadcrumb .current {
	font-weight: normal !important;
}

h1 {
	clear: both;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 30px 0;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #DDD;
	border-left: 8px solid #DDD;
}

.entry-title {
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 30px 0;
	padding: 7px 0 9px 56px;
	background: url(/amanuma_es/common/images/h1_bg.png) left bottom no-repeat;
	border-bottom: none;
	border-left: none;
}

.entry-title a {
	text-decoration: none !important;
}

h2 {
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 3px 0 3px 8px;
	font-weight: bold;
	border-left: 4px solid #DDD;
}

h3 {
	clear: both;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

h3.widget-title {
	clear: both;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

h4 {
	clear: both;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	font-weight: bold;
}

table {
	width: 100%;
	margin: 0 0 40px 0;
	border-collapse: separate;
	border-spacing: 5px;
	line-height: 1.5;
}

table th {
	padding: 5px 16px;
	background: #EEE;
	text-align: left;
	vertical-align: top;
}

table td {
	padding: 5px 16px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}

.display-posts-listing {
	max-width: 100%;
}

.listing-item {
	max-width: 100%;
}

.display-posts-listing a.title {
	display: none;
}

.entry-content {
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #DDD;
}

.entry-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .entry-content             { zoom: 1; } /* IE6 */
*:first-child+html .entry-content { zoom: 1; } /* IE7 */

.widget-area ul li {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	line-height: 1.5;
	border-bottom: 1px solid #EEE;
}

.post-date {
	display: block;
}

.gcalender {
	width: 100%;
	height: 500px;
}

.edit-link {
	display: block;
	clear: both;
	margin: 0 0 50px 0;
}

.edit-link a {
	padding: 10px 50px;
	background: #FAD5A4;
	border: 1px solid #F2971B;
	border-radius: 4px;
	color: #F2971B !important;
	text-decoration: none !important;
}

.edit-link a:hover {
	background-color: #FCE2BF;
	color: #F2971B !important;
}

body.category .side_ttl,
body.category .submenu {
	display: none;
}

.post_date {
	font-size: 11px;
	color: #999;
}






/* - -  (content top) - - */

.topimage {
	clear: both;
	width: 940px;
	height: auto;
	margin: 0 auto 10px;
}

#post-44 .entry-header {
	display: none;
}

.news-title {
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 7px 0 9px 56px;
	background: url(/amanuma_es/common/images/h3_top_news.png) left bottom no-repeat;
	border-bottom: none;
	border-left: none;
	font-weight: normal;
}

.news-title span {
	font-size: 15px;
}

.photo-title {
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 30px 0;
	padding: 7px 0 9px 56px;
	background: url(/amanuma_es/common/images/h3_top_photo.png) left bottom no-repeat;
	border-bottom: none;
	border-left: none;
	font-weight: normal;
}

.topics {
	line-height: 1.6;
	margin: 0 0 50px 0;
}

.topics dt {
	clear: both;
	float: left;
	padding: 6px 0 6px 5px;
}

.topics dd {
	padding: 6px 5px 6px 112px;
	border-bottom: 1px solid #EEE;
}

body.home .showcatposts-list p {
	float: left;
	/*width: auto;*/
}

body.home .showcatposts-list img {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	max-width: 300px;
	height: auto !important;
}






/* - -  (content sitemap) - - */

#menu-sitemapmenu {
	padding: 0 0 0 60px;
}

#menu-sitemapmenu li {
	padding: 4px 0 4px 24px;
	background: url(/amanuma_es/common/images/icn_list1.png) left top no-repeat;
	background-position: 0 10px;
	line-height: 2.4;
}

#menu-sitemapmenu ul li {
	background: url(/amanuma_es/common/images/icn_list2.png) left top no-repeat;
	background-position: 0 6px;
}

#menu-sitemapmenu ul li ul li {
	background: url(/amanuma_es/common/images/icn_list3.png) left top no-repeat;
	background-position: 0 6px;
}

















/* - -  (font-size) - - */

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }
.fs24 { font-size: 24px !important; }
.fs28 { font-size: 28px !important; }
.fs32 { font-size: 32px !important; }
.fs36 { font-size: 36px !important; }

/* - -  (line-height) - - */

.l130 { line-height: 1.3 !important; }
.l150 { line-height: 1.5 !important; }
.l170 { line-height: 1.7 !important; }
.l200 { line-height: 2.0 !important; }

/* - -  (margin) - - */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

/* - -  (padding) - - */

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

.green { color: #559114 !important; }
.blue { color: #158187 !important; }
.yellow { color: #F2900B !important; }
.pink { color: #DE4E5E !important; }
.purple { color: #646299 !important; }
.orange { color: #F86C19 !important; }


/* - -  (print) - - */

@media print {
	html,body { width: 1000px; }
}













/*==================================================================================================================================*/



/*layout (ipad) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {



}












/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* img */

img {
	max-width: 100%;
	height: auto;
}




/* pagetop */

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	text-indent: -9999px;
}

#pagetop a {
	display: block;
	background: url(/amanuma_es/common/images/btn_pagetop_n.png) top no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
}

#pagetop a:hover {
	background: url(/amanuma_es/common/images/btn_pagetop_o.png) top no-repeat;
	background-size: contain;
}



/* - -  (common) - - */

.cnt_pc {
	display: none !important;
}

.cnt_sp {
	display: block !important;
}

html {
	overflow-y: auto;
}

.alignleft {
	float: none;
	padding: 0 5px 5px 0;
	display: block;
}

.alignright {
	float: none;
	padding: 0 0 20px 5px;
	display: block;
}






/* - -  (header) - - */

#header {
	width: 100%;
	background-color: #7EB528;
}

#headcnt {
	width: 100%;
	margin: 0 auto;
	padding: 13px 0 10px;
}

.sitettl {
	float: none;
	width: 90%;
	margin: 0 auto 10px auto;
}

.headpic {
	float: none;
	width: 60%;
	margin: 0 auto 0 auto;
}





/* - -  (nav) - - */

.menu-gnav-container {
	background-color: #417322;
	padding: 0 0;
	margin: 0 0 0 0;
}

#menu-gnav {
	width: 100%;
	margin: 0 auto;
}

#menu-gnav li {
	float: left;
	border-left: none;
	padding: 0 0;
}

#menu-gnav li a {
	color: #FFF !important;
	text-decoration: none !important;
	line-height: 1.8;
}

#menu-gnav li a:hover {
	color: #C2DC99 !important;
	text-decoration: none !important;
}

#nav2 {
	float: none;
	width: 100%;
	padding: 0 0 0 0;
}

.side_banners {
	float: left;
	width: 45%;
	margin: 0 0 20px 0;
}

.side_banners li {
	margin: 0 0 8px 0;
}

#snav {
	float: right;
	width: 45%;
	background-color: #7EB528;
	margin: 0 0 20px 0;
	padding: 8px 10px;
	border-radius: 5px;
}

#snav li {
	margin: 0 0 5px 0;
}

#snav li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; 
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 92%;
	height: 44px;
	color: #444 !important;
	text-decoration: none;
	line-height: 1.2;
	font-size: 10px;
	padding: 0 0 0 7%;
	background: url(/amanuma_es/common/images/side_com_btn_link.png) left top no-repeat;
	background-size: 100% 100%;
}

#snav li a:hover{
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_link_o.png) left top no-repeat;
	background-size: 100% 100%;
}

#snav li a.s_blank {
	background: url(/amanuma_es/common/images/side_com_btn_new.png) left top no-repeat;
	background-size: 100% 100%;
}

#snav li a.s_blank:hover {
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_new_o.png) left top no-repeat;
	background-size: 100% 100%;
}

#snav li a.s_fb {
	background: url(/amanuma_es/common/images/side_com_btn_fb.png) left top no-repeat;
	background-size: 100% 100%;
}

#snav li a.s_fb:hover {
	color: #777 !important;
	background: url(/amanuma_es/common/images/side_com_btn_fb_o.png) left top no-repeat;
	background-size: 100% 100%;
}

.address {
	clear: both;
	padding: 8px;
	line-height: 1.8;
	background-color: #F7F3E9;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}





/* - -  (footer) - - */

#footer {
	clear: both;
	width: 100%;
	min-width: 310px;
	text-align: left;
	background-color: #417322;
}

.foot_cnt {
	width: 90%;
	padding: 15px 0 20px;
	margin: 0 auto 0 auto;
}

.fnav {
	float: none;
	width: 100%;
	padding: 0 0 20px 0;
}

.fnav li {
	float: none;
	margin: 0 0 0;
}

.fnav li a {
	display: block;
	padding: 12px 0 12px 0;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
	border-left: none;
	border-bottom: 1px solid #719659;
	text-align: center;
}

.fnav li a:hover {
	color: #DDD !important;
}

.footlink {
	float: none;
	width: auto;
	padding: 0 0 8px 0;
}

.footlink li {
	float: left;
	margin: 0 0 4px;
}

.footlink li a {
	display: block;
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	color: #FFF !important;
	text-decoration: none !important;
	border-left: 1px solid #719659;
}

.footlink li a:hover {
	color: #DDD !important;
}

.copyright {
	float: none;
	font-size: 11px;
	color: #FFF;
	padding: 0 0 0 0;
}





/* - -  (content general) - - */

.contentbox {
	width: 90%;
	margin: 0 auto 20px;
}

.cntbox {
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	background-color: #FFF;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

.cntbox p {
	margin: 0 0 30px 0;
}

.cntbox p.wp-caption-text {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 11px;
}

.cntbox img {
	max-width: 100%;
}

#breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	line-height: 1.5;
}

#breadcrumb .current {
	font-weight: normal !important;
}

h1 {
	clear: both;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 0 0 5px 15px;
	border-bottom: 1px solid #DDD;
	border-left: 8px solid #DDD;
}

.entry-title {
	clear: both;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 46px;
	background: url(/amanuma_es/common/images/h1_bg.png) left bottom no-repeat;
	background-size: auto 35px;
}

.post_date {
	display: block;
}

h2 {
	clear: both;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	padding: 3px 0 3px 8px;
	font-weight: bold;
	border-left: 4px solid #DDD;
}

h3 {
	clear: both;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

h4 {
	clear: both;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	font-weight: bold;
}

table {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: separate;
	border-spacing: 5px;
	line-height: 1.5;
}

table th {
}

table td {
}

table.rp_table th {
	display: block;
	padding: 5px 16px;
	background: #EEE;
	text-align: left;
	vertical-align: top;
}

table.rp_table td {
	display: block;
	padding: 5px 16px;
	vertical-align: top;
	border-bottom: none;
}

.display-posts-listing {
	max-width: 100%;
}

.listing-item {
	max-width: 100%;
}

.display-posts-listing a.title {
	display: none;
}

.gcalender {
	width: 100%;
	height: 350px;
}







/* - -  (content top) - - */

.topimage {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}

.news-title {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 9px 40px;
	background-size: auto 35px;
}

.news-title span {
	font-size: 12px;
}

.photo-title {
	font-size: 16px;
	margin: 0 0 25px 0;
	padding: 0 0 4px 40px;
	background-size: auto 35px;
}

.topics {
	line-height: 1.6;
	margin: 0 0 30px 0;
}

.topics dt {
	clear: both;
	float: none;
	padding: 6px 0 0 0;
}

.topics dd {
	padding: 0 0 6px 0px;
	border-bottom: 1px solid #EEE;
}

body.home .showcatposts-list p {
	float: none;
}

body.home .showcatposts-list img {
	display: block;
	float: none;
	padding: 0 0 0 0;
	max-width: 100%;
}






















}







/* - - - - - - - - - - - /end - - - - - - - - - - - */









