@charset "UTF-8";
/**
 * Smart Phone
 */

/* body
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.body p {
	text-align: left;
	line-height: 1.5em;
}
.body img {
	margin-bottom: 10px;
	margin-left:auto;
	margin-right: auto;
}


/*リセット*/


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

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

table{
	width:100% !important;
}


/* form parts
----------------------------------------------- */
input {
	border:1px solid #ccc;
	margin:3px;
}
input[type="text"] {
	width:190px;
	padding:5px;
}
textarea {
	width:190px;
	padding:5px;
}
/* clear
----------------------------------------------- */
.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.display-none {
	display: none;
}

/* basercms parts
----------------------------------------------- */
.message {
	border:1px solid #C00;
	color:#C00;
	padding:10px 15px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-left:10px;
	margin-right:10px;
}
#authMessage,
#flashMessage {
	padding: 10px;
}
.error-message {
	color:#C30;
	font-weight: bold;
	line-height: 20px;
	margin-top:5px;
	margin-bottom: 5px;
}


/* header
----------------------------------------------- */
header {
	text-align:center;
	border-top:5px solid #22C479;
	padding-top:10px;
}
header p img{
	width:90%;
	padding-bottom:10px;
}

.global-menu{
width:100%;
list-style:none;
font-weight:normal;
font-style: normal;
font-variant: normal;
padding:0;
margin:0;
background-color:#333;

/*box*/
display:box;
display:-moz-box;
display:-webkit-box;

/*box*/
sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

border:1px solid #22C479;
}
.global-menu:last-child{
    border-top:none;
    margin-bottom:20px;
}

.global-menu li{
width:33%;
height:30px;
flex:1.0;
-moz-box-flex:1.0;
-webkit-box-flex:1.0;
text-align:center;
/*linear-gradient*/
background: -webkit-gradient(linear, left top, left bottom, from(#22C479), to(#1EA866)); 
background: -moz-linear-gradient(#22C479, #1EA866);
background: linear-gradient(#22C479, #1EA866);
border-right:1px solid #1EA866;
}
.global-menu li:last-child{
border-right:none;
}
.global-menu li a{
height:27px;
padding:8px 0 0;
display:block;
font-size:14px;
color:#fff;
text-decoration:none;

}
/* footer
----------------------------------------------- */
footer {
	border-top:1px solid #CCC;
	padding-bottom:15px;
	padding-top:30px;
}

address {
	font-size:11px;
	text-align:center;
	height:30px;
	line-height:16px;
	color:#333;
}
footer .banner{
	padding:10px;
	text-align: center;
}
/* widget-area
----------------------------------------------- */
.widget-area {
	margin-bottom: 40px;
	border-top:1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.widget-area h2{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 13% 10px 15px;
	background-color:#fff;
	margin-bottom:10px;
}
.widget-area ul {
	padding-left:40px;
	list-style:disc;
	padding-bottom: 20px;
}
.widget-area ul li {
	margin-bottom: 10px;
}
.widget-text {
	padding-bottom: 20px;	
}
.widget-text p{
	margin-left:10px;
	margin-right:10px;
}



 /* ToTop
----------------------------------------------- */
#ToTop {
	text-align:right;
	margin:20px;
}
#ToTop a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#22C479;
	padding:5px;
	border-radius: 5px; 
    -webkit-border-radius:px;
    -moz-border-radius:5px; 
}
/* .pagination
---------------------------------------------------*/
.pagination {
	text-align: Zcenter;
	margin-bottom: 40px;
}
.pagination .disabled {
	display:none;
}
.page-numbers {
	text-align:right;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
.pagination .current {
	background-color: #efefef;
}
.pagination a:link,
.pagination a:visited{
	color:#333!important;
	text-decoration: none!important;
}

/* contents-body
----------------------------------------------- */
.contents-body a:link {
	text-decoration:underline;
}
.contents-body a:visited {
    color: #00f;
}
.contents-body a:hover {
}
.contents-body a:active {
    color: #690;
}
.contents-body ul {
	list-style-position: inside;
}
.contents-body ul li{
	margin-bottom: 10px;
}
.contents-body h3{
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.contents-body .post h3{
	padding: 10px 15px;
}
.contents-body .post h3 small{
	font-weight: normal;
	display: block;
	text-align: right;
	margin-top:5px;
}
.contents-body .post-body,
.contents-body #post-detail{
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}
.contents-body .meta {
	padding: 10px 15px;
}
.contents-body .tag {
	text-align: right;
	padding: 10px 15px;
}
.contents-body p {
	line-height: 24px;
	margin-bottom: 10px;
}
#ContentsBody .news {
	margin:10px!important;
}
.contents-body h2 {
	font-size:18px;
	margin:0 0 10px 0;
	padding:12px 10px;
	background: #22C479;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);
}
.contents-body .box ul {
	border:1px solid #CCC;
}
.contents-body .box li {
	list-style:  none;
	background:none;
	line-height:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}
.contents-body .box li a{
	display: block;
	padding:10px 13% 10px 15px;
}
.contents-body .box li:last-child {
	border-bottom: none;
}
.contents-body .box li a:link,
.contents-body .box li a:visited {
	color:#333;
	text-decoration: none;
}
#ContentsBody{
	width:96%;
	margin:0 auto;
	font-size:90%;

}
#ContentsBody h3{
	border-left:5px solid #22C479;
	line-height:1.8;
	border-bottom:1px solid #ccc;
	font-size:110%;
}
#ContentsBody h4{
	font-size:105%;
	border-bottom:2px solid #22C479;
	padding-bottom:3px;
}
#ContentsBody img{
	padding: 5px;
}

#ContentsBody ul{
	margin:10px 0;
}
#ContentsBody .last{
	margin-bottom:20px;
}
#ContentsBody li{
	list-style-type:none;
	padding-left:1em;
}
#slider{
	display:none;
}

/* top
----------------------------------------------- */
#news {
	margin-top:30px;
}
#ContentsBody .news{
	width:auto;
	float:none;
	margin:0 0 20px 0!important;
	padding:10px;
	display:block;

}
#ContentsBody .news h2 {
	background:none;
	text-indent:0;
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	border:none;
	line-height:normal;
}
#ContentsBody .news .body {
	border:1px solid #CCC;
	padding:0;
}
#ContentsBody .news li {
	list-style:none;
	text-align:left;
	line-height:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:0;
}
#ContentsBody .news li:last-child {
	border-bottom:none;
}
#ContentsBody .news li .date {
	font-weight:bold;
}
#ContentsBody .news li a {
	display:block;
	padding:5px 13% 5px 15px;
	color:#06f;
}
#ContentsBody .news a:link,
#ContentsBody .news a:visited {
	text-decoration: none;
}
#ContentsBody .news .date {
	color:#000;
}
/* sitemap
----------------------------------------------- */
ul.sitemap {
	list-style: none;
	border:1px solid #CCC;
}
ul.sitemap li {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
ul.sitemap li:last-child {
	border-bottom:none;
}
ul.sitemap li a{
	padding:10px 13% 10px 15px;
	display: block;
}
ul.sitemap li a:link,
ul.sitemap li a:visited {
	color:#333;
	text-decoration: none;
}
ul.sitemap ul.ul-level-2{
	margin:0;
	border:none;
	margin-left:30px;
}
ul.sitemap ul.ul-level-2 li:first-child {
	border-top:1px solid #ccc;
}
ul.sitemap ul.ul-level-2 li {
	border-left:1px solid #ccc;
}
ul.sitemap ul.ul-level-2 li:last-child{
	border-bottom: none;
}
/*---------- ナビ ----------*/
#Menu ul{
width:100%;
list-style:none;
/*box-shadow*/
-webkit-box-shadow:0 0 5px #666;
   -moz-box-shadow:0 0 5px #666;
        box-shadow:0 0 5px #666;
margin:30px 0;
}

#Menu ul li{
width:100%;
height:43px;
flex:1.0;
-moz-box-flex:1.0;
-webkit-box-flex:1.0;
text-align:center;
/*linear-gradient*/
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); 
background:    -moz-linear-gradient(#fff, #ddd);
background:  linear-gradient(#fff, #ddd);
}
#Menu ul li a{
height:27px;
padding:13px 0 0;
display:block;
font-size:14px;
color:#22C479;
font-weight:bold;
text-decoration:none;
/*text-shadow*/
text-shadow:0 -1px 1px #333;
}
/* map
----------------------------------------------- */
#map {
	border:1px solid #CCC;
}
/* blog
----------------------------------------------- */
#BlogCommentAddForm {
	padding:0 10px 40px 10px;
}
#contentsNavi {
	text-align: center;
	margin-bottom: 40px;
}
#BlogCommentList {
	padding:0 10px 40px;
}
#BlogComment h4 {
	padding:0 20px;
	margin-bottom: 10px;
}
.comment {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom: 10px;
}
.comment-name {
	display: block;
	color:#999;
}
.widget-blog-categories-archives h2,
.widget-blog-monthly-archives h2,
.widget-blog-recent-entries h2,
.widget-blog-yearly-archives h2{
	border-bottom: none;
	margin-bottom: 0;
	cursor: pointer;
}
.widget-blog-categories-archives ul,
.widget-blog-monthly-archives ul,
.widget-blog-recent-entries ul,
.widget-blog-yearly-archives ul{
	border-top:1px solid #CCC;
	padding-top:20px;
}
.widget-blog-calendar {
	background-color: #fff;
}
.widget-blog-calendar {
	padding-bottom: 20px;
}
.widget-blog-calendar table {
    width:100%;
}
.widget-blog-calendar td center {
	padding:5px;
}
.widget-blog-calendar th {
    border-bottom: 1px solid #E2E2E2;
}
.widget-blog-calendar th, .widget-blog-calendar td {
    padding: 5px 5px;
    text-align: center;
}
.widget-blog-calendar .sunday {
    color: #FF6633;
}
.widget-blog-calendar .saturday {
    color: #3366FF;
}
.widget-blog-calendar .today {
    background-color: #E2E2E2;
}
.meta {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}
.tag {
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}
/* contact
----------------------------------------------- */
.required {
	color:#C00;
}
#MessageTel1,
#MessageTel2,
#MessageTel3{
	width:45px;
}
#MessageZip {
	width:80px;
}
.auth-captcha {
	margin-bottom: 20px;
}
.mail-form .row-table-01{
	margin-bottom:20px;
}
.mail-form .row-table-01 th {
	text-align: right;
}
.submit {
	text-align: center;
}
/*subpage
----------------------------------------------- */
#ContentsBody .titleimg img,
#ContentsBody .policy img{
	width:100%;
	height:auto;
	padding:0;
}
#ContentsBody th{
	padding:5px;
	width: 36%;
	vertical-align: middle;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	text-align:center;
}
#ContentsBody td{
	padding:5px;
	border:1px solid #ccc;
}
#ContentsBody table{
	width:100%;
	margin-bottom:20px;
	font-size:90%;
}
#ContentsBody .more_group,
#ContentsBody .more{
    text-align:center;
    font-size:90%;
    margin:10px auto 30px;
}
#ContentsBody .more_group a,
#ContentsBody .more a,
#ContentsBody .btn-gray,
#ContentsBody .btn-orange,
#ContentsBody .btn-red{
	display:block;
	color: #323232;
	margin-right: 5px;
	padding: 6px 8px;
	font-weight: bold;
	border: 1px solid #CCC;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #E6E6E6;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #E6E6E6));
	background-image: -webkit-linear-gradient(white, #E6E6E6);
	background-image: -moz-linear-gradient(white, #E6E6E6);
	background-image: -o-linear-gradient(white, #E6E6E6);
	background-image: -ms-linear-gradient(white, #E6E6E6);
	background-image: linear-gradient(white, #E6E6E6);
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

#ContentsBody .submit{
	text-align:center;	
}
#ContentsBody .btn-gray,
#ContentsBody .btn-orange,
#ContentsBody .btn-red{
	display:inline;
}
.right_slide,
.left_slide{
	display:none;
}
dd{
	border-bottom:1px dotted #ccc;
	padding:10px 0 15px;
}
dt{
	margin-top:10px;
}
#ContentsBody .year{
	font-size:180%;
	font-weight:bold;
	color:#22C479;
	text-align:center;
	margin:30px auto;
	display:block;
}
.right{
	height:auto;
	float:right;
}
hr{
	display:none;
}

/*金城追加*/
/*オススメコンテンツ*/
.kincon ul{

	clear:both;
}
.kincon li{
	width:40%;
	float:left;
	margin-bottom:10px;
	list-style:none;
	margin-left:4px;
}

/*フォト*/
.pic_s{
	width:40%;
	float:left;
	margin-bottom:10px;
	margin-left:4px;
}
.pic_s img{

	border:1px solid #CCC;
	padding:1px;
}

/*PRETTY*/
div.pretty_list_0{
	width:45%;
	float:left;
}

div.pretty_list_1{
	width:45%;
	float:right;
}

div.backkin{
	text-align:right;
	margin-bottom:20px;
}



