@CHARSET "UTF-8";
/*
Theme Name: 浄土宗公式サイト
Author: Akemi Obana
date: 2016.11.21
mail: info@bluprima.com
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */

body {
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: normal;
	font-family : 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
	min-width: 1200px;
}
a {
	color:#000;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:focus {
	outline:none;
	color:#000;
}
img{
	border: none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
}
a img{
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img{
	opacity: .8;
}
h1 {
	margin: 0;
}
h2 {
	margin: 0;
}
h3 {
	margin:0;
	font-weight:bold;
}
h4 {
	margin:0;
	font-weight:bold;
}
p {
	margin-bottom: 20px;
}

.font_mincyo{
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}

table {
	width: 100%;
}

.t_alin_r {
	text-align:right;
}

.contact_link{
	display: inline-block;
	background: #ea5506;
	border: #ea5506 solid 1px;
	color: #fff;
	border-radius: 5px;
	padding: 5px 20px;
}
.contact_link:hover{
	background: #fff;
	color: #ea5506;
	text-decoration: none;
}

.clr {
	clear:both;
}
.alignCenter {
	text-align: center;
}
.alignLeft   {
	text-align: left;
}
.alignRight  {
	text-align: right;
}
.alignright{
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft{
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatRight {
	float: right;
	width:auto;
}
.floatLeft {
	float: left;
	width:auto;
}
strong,
.stress1 {
	font-weight: bold;
}

/*リンクリスト*/
ul.linkList {
	margin:0px 10px 0px;
}
ul.linkList li {
	background-image:none;
	margin:0px 0px 5px;
}
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}


/* = structure
-------------------------------------------------------------- */

#maincontent,
#mainArea_overall{
	max-width:960px;
	width: 100%;
	margin:0 auto;
}
#mainArea {
	width:700px;
}
#scondaryArea {
	width:215px;
}

.front_content{
	padding-top: 30px;
}

.wrapper{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}



/* = Header
-------------------------------------------------------------- */

#Header {
	width: 100%;
	/*background:url(images/common/header_bg.jpg) repeat-x top;*/
  background: #c7b370 url(images/common/header_shape.png) center top no-repeat;
}
.home #Header {
	background:url(images/front/top_header_bg.png) repeat-x top;
}

#Header #header_content {
	position:relative;
	width: 100%;
}

#header_content img{
	vertical-align: bottom;
}
#logo{
	padding: 8px 10px;
	margin: 0;
}

#tool_menu {
	position:absolute;
	top:15px;
	right:0;
}


.heder_menu li {
	float:right;
	padding-right:15px;
	text-align:right;
}
.heder_menu li a{
	display:block;
	text-align:right;
	/*color:#fff;*/
}
.heder_menu li.last {
	padding-right:0;
	border: 0;
}

.extra_nav ul.heder_menu {
	float:right;
}
.headerMenu ul {
	position:absolute;
	top:22px;
	right:10px;
}
.headerMenu ul li {
	float:left;
}




/* = Main Nav
-------------------------------------------------------------- */

.main_navigation dt{
	display: none;
}
#gnav {
	background: #fff;
	height:70px;
	padding-top:5px;
	border-bottom: #8e8258 solid 5px;
}
#gnav ul {
	margin:0 auto;
	height:56px;
	background-color:#FFF;
}
#gnav li{
	float:left;
	width:20%;
	text-align: center;
	position: relative;
}
#gnav li:not(.last)::after{
	content: '';
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 13px;
	right: 0;
}
#gnav li a{
	display: block;
	line-height: 56px;
	font-size: 16px;
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
	font-weight: bold;
}
#gnav li a:hover{
	text-decoration: none;
	color: #ea5506;
	background: #fff1cf;
}

.main_navigation.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.front_nav li#nav_message a:hover::before{
  content: url('images/slides/message.jpg');
  position: absolute;
  top: -375px;
  left: 0;
  z-index: 10;
}
.front_nav li#nav_about a:hover::before{
  content: url('images/slides/about.jpg');
  position: absolute;
  top: -375px;
  left: -192px;
  z-index: 10;
}
.front_nav li#nav_everyday a:hover::before{
  content: url('images/slides/everyday.jpg');
  position: absolute;
  top: -375px;
  left: -384px;
  z-index: 10;
}
.front_nav li#nav_family a:hover::before{
  content: url('images/slides/family.jpg');
  position: absolute;
  top: -375px;
  left: -576px;
  z-index: 10;
}


/* = Footer
-------------------------------------------------------------- */

p.pageTop {
	text-align:right;
	padding-top:80px;
	padding-bottom:20px;
	margin: 0 auto;
}

#w_footer {
	background:url(images/common/footer-bg.gif);
}
#footer_link {
	background:url(images/common/link_bg.jpg) top;
	font-size: 14px;
}
#footer_link ul{
	padding-top:17px;
	padding-left:22px;
}
#footer_link ul li {
	float:left;
	background:url(images/common/link_button.png) no-repeat left top;
	padding-top:5px;
	padding-right:39px;
	height:30px;
	font-weight:bold;
	font-size:92%;
}
#footer_lin ul li.last {
	padding-right:0;
}
#footer_link ul li a {
	color:#000;
}
#footer_link p {
	padding:15px 0;
	text-align:right;
}
#footer_link p a {
	background:url(images/common/icon.gif) no-repeat center left;
	padding-left:10px;
	color:#000;
}

#footerinfo {
	background:url(images/common/footer-bg2.gif);
	width:100%;
	padding: 10px 0 20px;
}
#footerinfo ul{
	margin-bottom: 20px;
}
#footerinfo ul li {
	background:url(images/common/icon_footer02.gif) no-repeat left center;
	padding-left:15px;
	padding-right:30px;
	display:inline-block;
}
#footerinfo ul li a {
	font-size:12px;
	color:#FFF;
}
#footerinfo p.copyright {
	text-align:right;
	font-size: 11px;
	margin: 0;
	color:#FFF;
}





/* = Side
-------------------------------------------------------------- */

#sub_banner ul li {
	padding-bottom:7px;
}

#scondaryArea ul.sabnav li {
	background:url(images/common/icon_Jump.gif) no-repeat left bottom ;
	margin-bottom:20px;
}
#scondaryArea ul.sabnav li a {
	padding-left:11px;
	color:#000;
	display: block;
}
#scondaryArea ul.sabnav li a:hover{
	color: #ea5506;
	text-decoration: none;
}
#scondaryArea ul.sabnav li.arow {
	margin-bottom: 10px;
	background-image:none;
}
#scondaryArea ul.sabnav li a span {
	font-size:85%;
}
#scondaryArea h2{
	margin-bottom: 10px;
	font-size: 18px;
	color: #8d6449;
}
.sabnav{
	margin-bottom: 50px;
}
.side_bnr{
	margin-bottom: 50px;
}
.side_bnr li{
	margin-bottom: 10px;
}
.side_bnr li img{
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.side_common{
	margin-bottom: 50px;
}
.side_common h2{
	text-align: center;
	border-bottom: #000 solid 1px;
}
.side_common li{
	margin-bottom: 10px;
}

#side_search{
	margin-bottom: 30px;
	border: #8d6449 solid 1px;
	padding: 10px 5px 15px;
	border-radius: 5px;
}
#side_search h2{
	text-align: center;
	border-bottom: #8d6449 solid 1px;
}
.screen-reader-text{
	display: none;
}
#side_search input[type="text"]{
	width: 100%;
}
#side_search input[type="submit"]{
	display: block;
	width: 100%;
	margin-top: 3px;
}



/* = front_page
-------------------------------------------------------------- */

#front_slide{
  background: url('images/slides/front_header_bg.png');
  height: 370px;
}
#front_slide .flexslider{
  margin: 0 auto;
}
#front_slide .flex-control-nav{
  display: none;
}
#front_slide .flex-direction-nav .flex-prev{
  opacity: 1;
  left: -20px;
}
#front_slide .flex-direction-nav .flex-next{
  opacity: 1;
  right: -20px;
}

#front_info__load,
#front_info__load2{
	color: #c7b370;
	text-align: center;
	padding: 30px 0;
}
#front_news{
	margin-bottom: 30px;
}
#front_news h2{
	text-align: center;
	font-size: 20px;
	background: #e6b422;
	padding: 5px;
	color: #fff;
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
	margin-bottom: 10px;
}
#front_news ul li{
	float: left;
	padding: 5px;
	width: 33.33%;
}
#front_news ul li img{
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.info_box {
	border: #c7b370 solid 3px;
	padding: 10px 20px;
	margin-bottom:15px;
}
.info_box h2{
	text-align: center;
	font-size: 18px;
	background: #f2c9ac;
	padding: 5px;
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
	margin-bottom: 10px;
	border-radius: 5px;
}
#front_event h2{
	background: #c1d8ac;
}
.info_box .btn_link{
	margin: 0;
}
.info_box .btn_link a{
	display: block;
	border: #ea5506 solid 1px;
	color: #ea5506;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	padding: 3px;
	width: 100%;
	border-radius: 5px;
}
.info_box .btn_link a:hover{
	background: #ea5506;
	color: #fff;
	text-decoration: none;
}
.info_box li{
  border-bottom: #000 dotted 1px;
  padding: 5px;
  font-size: 12px;
}
.info_box li span.entry_cat{
  background: #333;
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
}
.info_box .entry_title{
  display: block;
  font-size: 14px;
}
.info_box a:hover{
  text-decoration: none;
}
.info_box a:hover .entry_title{
  text-decoration: underline;
}
/*
.info_box table{
	margin-bottom: 10px;
}
.new-event-table {
	font-size: 13px;
}
.new-event-table td{
	padding: 2px 5px;
}
.new-event-table td.event-new {
 	vertical-align:top;
	width: 48px;
	font-weight: bold;
    color: #CC0000;
}
.new-event-table td.event-new2 {
 	vertical-align:top;
	width: 48px;
	font-weight: bold;
    color: #3399cc;
}
.new-event-table td.category{
	width: 150px !important;
}
.new-event-table td.category span{
	background-color: #e2e2e2;
    padding: 1px 3px;
	text-align: center;
	font-size: 12px;
	display: block;
}
.new-event-table td.event-date {
 	vertical-align:top;
	width: 120px;
	font-size: 12px;
	letter-spacing: 0;
}
.new-event-table td.event-area {
 	vertical-align:top;
	width: 70px;
}
.new-event-table td.event-title {
 	vertical-align:top;
}*/

.info_box .btn_link{
  display: block;
  width: 100%;
  max-width: 350px;
  text-align: center;
  background: #c7b370;
  border: #c7b370 solid 1px;
  color: #fff;
  margin: 15px auto 0;
  padding: 5px;
}
.info_box .btn_link:hover{
  background: #fff;
  color: #c7b370;
}


/* add 201804?? */
/* = related 関連サイト
-------------------------------------------------------------- */


#side_related{
        margin-top: 50px;
        margin-bottom: 50px;
}
.side_related h2{
        text-align: center;
        border-bottom: #000 solid 1px;
}
.side_related li{
        width: 210px;
        margin-top: 5px;
        margin-left: 2px;
        display:inline-block;
}

/* add end 201804?? */






/* = contents Common
-------------------------------------------------------------- */

#beardcrumb{
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	position: relative;
	z-index: 5;
}
#beardcrumb a{
	color: #EE6962;
}

#maincontent #ttl {
	position:relative;
	margin-top: -25px;
	background: url('images/common/title_bg.png') no-repeat top left;
	padding: 50px 80px 50px 20px;
}
#maincontent #ttl h1,
#maincontent #ttl p{
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 3px;
}
.arow>a {
	background:url(images/common/icon_arow.gif) no-repeat left 6px;
}

#page_intro{
	margin-bottom: 50px;
	font-size: 16px;
}
#page_intro img{
	border: #fff solid 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	display: block;
	margin-bottom: 30px;
}

.img_center{
	text-align: center;
	margin-bottom: 30px;
}
.content_box{
	margin-bottom: 60px;
}
.content_box h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: #f8eea7 solid 2px;
	color: #ea5506;
	font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}
.content_box h2 span{
	font-size: 16px;
}
.content_box h3{
	font-size: 18px;
	border-left: #ea5506 double 4px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.content_box .font_mincyo{
	font-size: 25px;
	font-weight: bold;
	color: #440062;
}
.content_box .font_mincyo span{
	font-size: 14px;
}
.txt_right{
	text-align: right;
}
.content_box .txt_right{
	font-size: 12px;
	text-align: right;
}
.content_box p a{
	display: inline-block;
	padding: 0 2px;
	color: #ea5506;
}
a.seimei_a__link {
    display: inline !important;
}
.content_box p a:hover{
	background: #fffaf0;
}

.content_box p a.btn_link{
	background: #aaa;
	border: #aaa solid 1px;
	color: #fff;
	padding: 5px 20px;
	border-radius: 3px;
}
.content_box p a.btn_link:hover{
	background: #fff;
	color: #aaa;
	text-decoration: none;
}

.page_links{
	overflow: hidden;
	margin-bottom: 30px;
}
.page_links li{
	width: 50%;
	padding: 5px;
	float: left;
}
.page_links li a{
	background: #f8eea7;
	color: #362e2b;
	font-size: 16px;
	padding: 8px 15px;
	display: block;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}
.page_links li a span{
	font-size: 12px;
}
.page_links li a:hover{
	text-decoration: none;
	background: #ea5506;
	color: #fff;
}
.page_links li.page_next{
	text-align: right;
	float: right;
}

.quote{
	margin: 0 30px 30px;
	border-top: #f8eea7 dotted 2px;
	border-bottom: #f8eea7 dotted 2px;
	padding: 20px 0 0;
	line-height: 2;
}
.quote .font_mincyo{
	font-weight: bold;
	font-size: 16px;
}

.nav_single{
	margin-top: 50px;
	border-top: #e6b422 dotted 1px;
	padding-top: 30px;
	font-size: 13px;
	text-align: center;
}
.nav-next{
	float: right;
}
.nav-previous{
	float: left;
}
.contact_box{
	border: #ccc solid 1px;
	padding: 20px 30px 0;
	margin: 50px 0;
}
.contact_box h2{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: #59493f solid 1px;
	color: #59493f;
}
.contact_box h3{
	font-size: 16px;
}

.pdf_attention{
	border: #ccc solid 1px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.pdf_attention p{
	margin-bottom: 10px;
}

.contact_form table{
	width: 100%;
	margin-bottom: 50px;
}
.contact_form table th{
	width: 250px;
	padding: 10px;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.contact_form table td{
	padding: 10px;
	width: 450px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
	width: 100%;
	padding: 3px;
	margin-bottom: 3px;
}
.contact_form input[type="file"]{
	margin-bottom: 3px;
	width: 300px;
}
.contact_form input[type="text"].box_short{
	width: 100px;
}

div.wpcf7-response-output{
	text-align: center;
}

.contact_form input[type="submit"]{
	border: #ff4500 solid 1px;
	outline: 0;
	color: #ff4500;
	font-size: 20px;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 20px auto;
	width: 300px;
	padding: 10px;
	background: #fff;
}
.contact_form input[type="submit"]:hover{
	background: #ff4500;
	color: #fff;
}

.contact_form_footer{
	text-align: center;
}

.form_attentions{
	padding: 30px 20px 10px;
	margin-bottom: 30px;
	border: #deb887 solid 2px;
	border-radius: 5px;
}
.contact_form tr{
	border-bottom: #ccc dotted 1px;
}
.contact_form tr:last-child{
	border: 0;
}
.contact_form th span.require{
	color: #fff;
	background: #e60012;
	font-size: 12px;
	display: block;
	padding: 0 10px;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 50px;
}
tr.contact-form__tr__noline {
    border-bottom: none;
}
p.contact-form__idx {
    margin: 5px 0;
    font-size: 1.05rem;
    color: #ea5506;
    font-weight: 700;
}
p.contact-form__desc {
    line-height: 0.9rem;
    margin: 15px 0 0;
    padding: 10px;
    border: 2px solid #deb887;
}

#otera_form h3{
	font-weight: normal;
	background: #e6b422;
	padding: 3px 20px;
	border-radius: 5px;
	border: 0;
	color: #fff;
	margin-bottom: 10px;
}
#otera_form p{
	margin-bottom: 30px;
}

h1.panel-theater__h1 {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 15px;
}
table.panel-theater__table {
    margin: 0;
    padding: 0;
    border: 1px solid #D9D9D9;
    margin-bottom: 35px;
}
table.panel-theater__table th {
    padding: 3px;
    border: 1px solid #D9D9D9;
    background-color: #F3F3F3;
    color: #333333;
    text-align: center;
    vertical-align: middle;
}
table.panel-theater__table td {
    padding: 15px;
    border: 1px solid #D9D9D9;
    color: #333333;
}
span.panel-theater__link-span {
    margin-left: 35px;
}
p.panel-theater__f-link a {
    color: #EE6962;
}
p.floatRight.mgl25 {
    margin-left: 25px;
}
p.floatLeft.mgr25 {
    margin-right: 25px;
}
p.floatRight.mgl25 span,
p.floatLeft.mgr25 span {
    color: #EE6962;
}
/*171110 yamada add*/
input.text__len__short {
    /*width: auto !important;*/
    width: 250px !important;
    margin: 0 10px !important;
}

/*171224 yamada add*/
h2.joya__h2,
h2.contact-joya__h2 {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #f8eea7 solid 2px;
    color: #ea5506;
    font-family: "Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;
}
p.joya__txt {
    width: 100%;
    line-height: 2rem;
}
p.contact-joya__txt {
    width: 70%;
    float: left;
    line-height: 2rem;
}
p.contact-joya__img {
    width: 30%;
    float: left;
}
.contact-joya__form {
    border-top: 1px dotted #ddd;
    clear: both;
    padding-top: 25px;
}
.contact-joya__form table tr th {
    /* margin: 10px; */
    padding: 8px 15px;
}
.contact-joya__form h3 {
    margin: 26px 0 8px;
}
.contact-joya__form span.require {
    background: orange;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 0.6rem;
}
p.vr_joya__policy {
    border: 3px solid orange;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
}
p.joya__bnr {
    text-align: center;
}
.wrapper__new-year__movie {
    margin-top: 25px;
}
.wrapper__new-year__movie video {
    width: 100%;
}
/*171231 yamada add*/
p.newyear__bnr {
    /* width: 80%; */
    text-align: center;
}
p.newyear__bnr img {
    width: 60%;
}
@media screen and (max-width: 750px){
	#beardcrumb{
		display: none;
	}
	.contact_form table th,
	.contact_form table td{
		width: 100%;
	}
}




/* = 浄土宗からのメッセージ　message
-------------------------------------------------------------- */

#declaration-21th_message{
	text-align: center;
	margin-bottom: 50px;
}
#declaration-21th_intro p.font_mincyo{
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	border: #ea5506 solid 2px;
	padding: 40px 30px 20px;
	background: #fffaf0;
}
#declaration-21th_message p{
	line-height: 2;
}

#declaration-21th_message p.alignCenter{
	margin-top: 50px;
	font-size: 20px;
}
#declaration-21th_img{
	border: #ccc solid 1px;
	padding: 20px 0;
	text-align: center;
}
#declaration-21th_img span{
	font-size: 12px;
}

#jinken_content{
	margin-bottom: 80px;
}
#jinken_content h2{
	font-size: 20px;
	margin-bottom: 30px;
}
#jinken_content .font_mincyo{
	font-size: 25px;
	font-weight: bold;
	line-height: 2;
	color: #59493f;
	text-align: center;
}
#jinken_content .right{
	text-align: right;
	font-size: 12px;
}

#jinken_contact{
	border: #ccc solid 1px;
	padding: 20px 30px 0;
	margin: 50px 0;
}
#jinken_contact h2{
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: #59493f solid 1px;
	color: #59493f;
}
#jinken_contact h3{
	font-size: 16px;
}
.dowa_books_box{
	overflow: hidden;
}
.dowa_books_box img{
	float: left;
	margin-right: 20px;
}
.dowa_books_box p{
	overflow: hidden;
	font-size: 14px;
}

#keyword_img{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 35%;
	max-width: 152px;
}
#keyword_content h1{
	text-align: center;
}
#keyword_content h2{
	background: #e6b422;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

#news_content .content_box h3{
	clear: both;
	margin-top: 30px;
}
#news_content .content_box img{
	border: #fff solid 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.content_box img.alignleft{
	margin-right: 20px;
	margin-bottom: 20px;
}
.content_box .photo_caption{
	margin-bottom: 20px;
}
.content_box .photo_caption img{
	margin-bottom: 5px;
}
.content_box .photo_caption p{
	font-size: 12px;
	margin: 0;
	text-align: right;
}
#news_content table th,
#news_content table td{
	border: #ccc solid 1px;
	padding: 2px;
}

#news_present{
	border: #e6b422 solid 2px;
	border-radius: 5px;
	padding: 20px;
	margin: 50px 0;
}
#news_present h2{
	text-align: center;
}
#news_present p{
	font-size: 13px;
}
#news_archive li{
	border-bottom: #ccc dotted 1px;
}
#news_archive li a{
	display: block;
	padding: 10px;
}
#news_archive li a:hover{
	background: #fffaf0;
	text-decoration: none;
}
#yearly_arc{
	background: #eee8aa;
	padding: 10px 20px;
	margin-bottom: 50px;
	border-radius: 5px;
}
#yearly_arc li{
	float: left;
	padding: 0 20px;
}


.howa_title{
	text-align: center;
	border-bottom: #191970 solid 2px;
	margin-bottom: 30px;
}

.radio_table{
	border: #ccc solid 1px;
	margin-bottom: 50px;
}
.radio_table th,
.radio_table td{
	padding: 8px 10px;
}
.radio_table tr{
	border-bottom: #ccc dotted 1px;
}
.radio_table th{
	width: 150px;
	vertical-align: middle;
}
.radio_table td.btn_listen{
	width: 150px;
	vertical-align: middle;
}
.radio_table td a{
	display: block;
	background: #097c25;
	border: #097c25 solid 1px;
	color: #fff;
	font-size: 16px;
	padding: 1px 10px;
	border-radius: 5px;
	text-align: center;
	width: 100px;
}
.radio_table td a:hover{
	background: #fff;
	color: #097c25;
	text-decoration: none;
}

#poster_content{
	margin-bottom: 50px;
	background: #fffaf0;
	padding: 20px;
}
#poster_content h2{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.poster_box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ccc dotted 1px;
}
.poster_box:last-child{
	border: 0;
}
.poster_box__inner{
	overflow: hidden;
}
.poster_box h2{
	font-size: 18px;
	margin-bottom: 20px;
}
.poster_box p{
	margin-bottom: 10px;
}



/* =About
-------------------------------------------------------------- */

#syushi_box{
	width: 100%;
	margin-bottom: 30px;
}
#syushi_box tr{
	border-bottom: #fff dotted 1px;
}
#syushi_box th{
	width: 150px;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 5px;
	padding: 10px 0;
	font-size: 16px;
	background: #47885e;
	color: #fff;
}
#syushi_box td{
	padding: 10px 15px;
	background: #f0fff0;
	border-bottom: #47885e dotted 1px;
}
#syushi_box td span{
	font-size: 11px;
}

.history_box{
	margin-bottom: 50px;
}
.history_box h2{
	font-size: 20px;
	background: #556b2f;
	color: #fff;
	padding: 3px 20px;
	margin-bottom: 20px;
}
.history_box h3{
	border-left: #ea5506 double 4px;
	padding-left: 10px;
	font-size: 18px;
	color: #ea5506;
	line-height: 1.2;
	margin: 30px 0px 10px;
}

#honen_mess_desc h2{
	font-size: 20px;
	background: #556b2f;
	color: #fff;
	padding: 3px 20px;
	margin-bottom: 20px;
	text-align: center;
}
#honen_mess_desc h2 span{
	font-size: 14px;
}

.name_table th{
	padding: 5px 10px;
	width: 150px;
	border: #ccc solid 1px;
}
.name_table th span{
	font-size: 11px;
}
.name_table .head th{
	text-align: center;
	background: #ccc;
	border: #fff solid 1px;
}
.name_table td{
	padding: 5px 10px;
	border: #ccc solid 1px;
}

#faq_box dt{
	padding: 20px;
}
#faq_box dt span{
	font-size: 25px;
	color: #ea5506;
}
#faq_box dt:hover,
#faq_box dt.open{
	cursor: pointer;
	background: #fffaf0;
}
#faq_box dd{
	display: none;
	padding: 20px 40px;
}
#faq_box dd span{
	font-size: 25px;
	color: #006400;
}

#page_dairy-working .flexslider{
	margin-bottom: 80px;
}


/* =Recruit
-------------------------------------------------------------- */

.syumu_table{
	margin-bottom: 50px;
}
.syumu_table tr{
	border-bottom: #ccc dotted 1px;
}
.syumu_table th{
	width: 200px;
	padding: 10px;
}
.syumu_table td{
	padding: 10px;
}

.syumu_infoarea img{
	margin-bottom: 10px;
	max-width: 600px;
}
#page_syumucyo img.alignright{
	max-width: 250px;
	margin-left: 20px;
}

#syumu_message{
	border: #f8eea7 solid 5px;
	padding: 20px 15px 5px;
	margin-bottom: 10px;
}

.recruit_table{
	margin-bottom: 50px;
}
.recruit_table th{
	padding: 10px;
	vertical-align: top;
	width: 200px;
	border: #ccc solid 1px;
}
.recruit_table td{
	border: #ccc solid 1px;
	padding: 10px;
}




/* =Practice
-------------------------------------------------------------- */

.event_table th{
	width: 180px;
	padding: 5px 10px;
	border: #ccc solid 1px;
	vertical-align: middle;
}
.event_table td{
	padding: 5px 10px;
	border: #ccc solid 1px;
}
.event_table td.event_name{
	background: #e6b422;
	color: #fff;
	width: 220px;
	font-size: 16px;
	vertical-align: middle;
	border: #fff solid 1px;
}
.event_table td a{
	text-decoration: underline;
}
.event_table td a:hover{
	color: #ea5506;
	text-decoration: none;
}

.event_list li{
	width: 33.33%;
	float: left;
	padding: 5px 0;
}
.event_list li a{
	text-decoration: underline;
}
.event_list li a:hover{
	text-decoration: none;
}



/* =Family
-------------------------------------------------------------- */

#family_header{
	margin: 20px 0;
}
#family_title{
	border-bottom: #ea5506 solid 2px;
	color: #ea5506;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}

#cuisine_bnr li{
	float: left;
	padding: 5px;
	width: 50%;
}
#namu_title{
	text-align: center;
	background: #ea5506;
	color: #fff;
	font-size: 25px;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px;
	font-weight: normal;
}
#namu_content{
	text-align: center;
}

#namu_archive li{
	float: left;
	padding: 10px;
	width: 33.33%;
	text-align: center;
}
#namu_archive li img{
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#namu_archive li p{
	font-size: 13px;
}

#pazzle_title{
	text-align: center;
	background: #006400;
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	padding: 15px 10px;
	border-radius: 5px;
	font-weight: normal;
}
#pazzle_title h1{
	font-size: 25px;
}
#pazzle_title p{
	margin: 0;
}
#pazzle_title p span{
	color: #FFCC66;
	font-size: 30px;
	vertical-align: middle;
}
.pazzle_hints{
	font-size: 18px;
}
.pazzle_hints span{
	background: #ff4500;
	padding: 2px 10px;
	border-radius: 3px;
	margin-right: 5px;
	color: #fff;
}
#puzzle_key{
	overflow: hidden;
	margin-bottom: 50px;
}
#puzzle_key h2{
	background: #fffacd;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.puzzleBox {
	float: left;
	padding: 0px;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	width: 100%;
	max-width:350px;
	text-align:left;
	font-size: 11px;
	margin-right: 20px;
}

.puzzleBox th {
	margin: 0px;
	padding: 3px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	font-weight: bold;
	background-color: #FFCC66;
	vertical-align:bottom;
	width:12.5% !important;
	text-align:left;
	display: table-cell !important;
}
.puzzleBox td {
	margin: 0px;
	padding: 3px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	vertical-align: bottom;
	width:12.5% !important;
	text-align:left;
	display: table-cell !important;
}
.puzzleBox td.spaceArea {
	background-color:#999;
}
.puzzleBox input {
	width: 100%;
	font-size: 20px;
	text-align: center;
}

#puzzle_answer dt{
	text-align: center;
	width: 300px;
	margin: 0 auto 20px;
	background: #ff4500;
	color: #fff;
	border: #ff4500 solid 1px;
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
}
#puzzle_answer dt:hover{
	background: #fff;
	color: #ff4500;
	cursor: pointer;
}
#puzzle_answer dd{
	display: none;
}
#puzzle_answer .pazzle_answer_word{
	text-align: center;
	color: #ff4500;
}
#puzzle_answer .pazzle_answer_word span{
	font-weight: bold;
	font-size: 25px;
}
#puzzle_answer .puzzle_answer__inner{
	width: 340px;
	float: left;
	margin: 0 5px;
	border: #ccc solid 1px;
	padding: 20px;
}
#puzzle_answer .puzzle_answer__inner p{
	margin: 0;
}
#puzzle_answer .puzzle_answer__inner h2{
	text-align: center;
	border-bottom: #006400 solid 1px;
	margin-bottom: 10px;
}

#puzzle_form h2{
	text-align: center;
	background: #ff4500;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 20px;
}
#cuisine_archive li{
	border-bottom: #ccc dotted 2px;
}
#cuisine_archive li p{
	margin: 0;
}
#cuisine_archive li p span{
	font-size: 13px;
	display: inline-block;
	padding: 0 20px;
	background: #f0fff0;
}
#cuisine_archive li a{
	display: block;
	padding: 10px;
}
#cuisine_archive li a:hover{
	background: #fffaf0;
	text-decoration: none;
}
#cuisine_archive li a i{
	font-size: 20px;
	color: #59493f;
}
#cuisine_archive li a:hover i{
	color: #ea5506;
}





#page_koueki-goods table th,
#page_koueki-goods table td{
	border: #ccc solid 1px;
	padding: 10px;
}





/* = Search
-------------------------------------------------------------- */

#search_content #subheader{
	border-bottom: #ccc dotted 1px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#search_content b,
#search_content strong{
	color: #ea5506;
	background: #ffffe0;
}

#search_content .title{
	font-size: 18px;
}
#search_content .title a{
	text-decoration: underline;
}
#search_content .title a:hover{
	text-decoration: none;
}
#search_content .body{
	font-size: 13px;
}
#search_content .body p{
	margin: 20px 0 0;
}
#search_content li{
	border-bottom: #ccc dotted 1px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


#pageInfo{
	font-size: 14px;
	text-align: center;
}
#pageInfo #nextPageLink{
	float: right;
}
#pageInfo #prevPageLink{
	float: left;
}




/* = sitemap
-------------------------------------------------------------- */

#page_sitemap h2 a{
	color: #ea5506;
	text-decoration: none;
}
#page_sitemap h3{
	margin-bottom: 10px;
}
#page_sitemap .content_box ul{
	margin-bottom: 20px;
}
#page_sitemap .content_box ul ul{
	margin-bottom: 10px;
	margin-left: 20px;
}
#page_sitemap .content_box ul li a,
#page_links .content_box ul li a{
	padding-left: 20px;
}

#page_sitemap .old_url{
	font-size: 12px;
	color: #666;
	display: inline-block;
	margin-left: 50px;
}
#page_sitemap .old_url a{
	color: #666;
	text-decoration: underline;
	padding: 0;
}
#page_sitemap .old_url a:hover{
	text-decoration: none;
}


#link_toiawase{
	margin-bottom: 20px;
}
#link_toiawase th,
#link_toiawase td{
	border: #ccc solid 1px;
	padding: 5px 10px;
	vertical-align: middle;
}
#link_toiawase th{
	width: 200px;
}


/* = Tool
-------------------------------------------------------------- */


#tool_form,
#tool_result{
	margin-bottom: 80px;
}
#tool_form li{
	margin-bottom: 10px;
}

#tool_result table{
	margin-bottom: 30px;
}
#tool_result th,
#tool_result td{
	padding: 5px 10px;
	display: table-cell !important;
	border: #ccc dotted 1px;
}
#tool_result tr{
	border-bottom: #ccc dotted 1px;
}
#tool_result .result_head{
	padding: 5px;
	text-align: center;
	background: #e6b422;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#tool_result th{
	background: #fffaf0;
	border-bottom: #aaa solid 1px;
}
#tool_links{
	border: #e6b422 solid 2px;
	padding: 20px 20px 10px;
}
#tool_links ul{
	margin-bottom: 20px;
}
#tool_links ul li{
	margin-bottom: 5px;
}






/* = RWD
-------------------------------------------------------------- */

@media screen and (max-width: 750px){
	body{
		min-width: 300px;
		font-size: 14px;
	}
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	th,
	td{
		display: block;
		width: 100% !important;
	}
	tr{
		border-bottom: #ccc dotted 1px;
	}
	.wrapper,
	#maincontent{
		width: 95%;
	}
	#mainArea{
		float: none;
		width: 100%;
		margin: 0 auto 50px;
	}
	#scondaryArea {
		width:100%;
		max-width: 450px;
		margin: 0 auto;
		float: none;
	}
  #Header {
    width: 100%;
    background: #c7b370 url(images/common/header_shape.png) right top no-repeat;
  }
  #logo a img{
    width: 130px;
  }
	#tool_menu{
		display: none;
	}
	.menu_wrap dt{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: #ea5506;
		text-align: center;
		z-index: 999;
	}
	.menu_wrap dt span{
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 15px;
	}
	.menu_wrap dt span.border{
		width: 30px;
		height: 4px;
		background-color: #fff;
		border-radius: 3px;
	}
	.menu_wrap dt span.border:nth-of-type(1) {
		top: 15px;
	}
	.menu_wrap dt span.border:nth-of-type(2) {
		top: 28px;
		opacity: 1;
	}
	.menu_wrap dt span.border:nth-of-type(3) {
		top: 41px;
	}
	.menu_wrap dt.open span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.menu_wrap dt.open span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_wrap dt.open span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
  .main_navigation.fixed{
    position: static;
  }
	.main_navigation dd{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
    height: 100%;
    padding: 0;
		z-index: 99;
    overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
	#gnav,
	#gnav ul{
		height: 100%;
	}
	#gnav li{
		float: none;
		width: 100%;
		border-bottom: #ea5506 dotted 1px;
	}
	#gnav li::after{
		content: none !important;
	}
  .front_nav li a:hover::before{
    content: none !important;
  }
	#footer_link li{
		width: 50%;
	}
	#footerinfo ul li{
		display: block;
		float: none;
	}
	#scondaryArea li{
		width: 50%;
		float: left;
		padding: 5px;
	}
	#maincontent #ttl{
		margin-top: 0;
	}
  #front_slide{
    height: auto;
  }
  #front_slide .flexslider{
    width: 100%;
    margin-bottom: 30px;
  }
  #front_slide .flex-control-nav{
    display: block;
  }
  #front_slide .flex-direction-nav{
    display: none;
  }
	.page_links li{
		width: 100%;
		float: none;
	}
	.event_table th,
	.event_table td,
	.event_table td.event_name{
		border: 0;
	}
	.event_list li{
		width: 50%;
	}
	.puzzleBox{
		float: none;
		margin-bottom: 30px;
	}
	#declaration-21th_intro p.font_mincyo{
		font-size: 20px;
	}
	#faq_box dd{
		padding: 20px 10px;
	}
	.side_bnr{
		margin-bottom: 20px;
	}
	p.pageTop{
		padding-top: 10px;
	}
}
@media screen and (max-width: 550px){
	#footer_link ul li{
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	#front_news ul li{
		width: 50%;
	}
	.info_box{
		padding: 10px;
	}
	.info_box h2{
		font-size: 16px;
	}
	#maincontent #ttl h1, #maincontent #ttl p{
		font-size: 22px;
	}
	.content_box img.alignleft{
		float: none;
	}
	#pazzle_title h1{
		font-size: 18px;
	}
	#pazzle_title p{
		line-height: 1.4;
	}
	#scondaryArea ul.sabnav li{
		width: 100%;
		float: none;
	}
	p.newyear__bnr img {
    	width: 100%;
	}
}
