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

/* body
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family:Helvetica, "ヒラギノ角ゴ 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;
}
/*a {
	text-decoration: none;
}*/
a{/*リンクされた文字*/
    color:#6DAE0F;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0088CA;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#0088CA;
    text-decoration:none;
}
a span:hover,
a:hover {/*マウスをのせたとき*/
    color:#BAD98E;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
}
img{
	max-width: 100%;
}
/* form parts
----------------------------------------------- */
input {
	border:1px solid #ccc;
	margin:3px;
}
input[type="text"] {
	padding:5px;
}
input[type="submit"] {
	width:280px;
	height:35px;
}
textarea {
	padding:5px;
}
/* clear
----------------------------------------------- */
.clear {
	clear:both;
}
.clearfix:after {
	/*content: " ";*/
	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 10px 10px 26px;
}
#MessageBox .alert-message{
	border:5px solid #FF0000;
	color: #FF0000;
	background: url(../../img/mypage/icn_warning.png) no-repeat 5px 8px;
}
#MessageBox .notice-message{
	border:5px solid #669900;
	color: #669900;
	background: url(../../img/mypage/icn_info.png) no-repeat 5px 8px;
}
.error-message {
	color:#C30;
	font-weight: bold;
	line-height: 20px;
	margin-top:5px;
	margin-bottom: 5px;
}

#global_menu{
	padding: 10px 0;
	background: #0088CA;
}
.global-menu {
	padding:0 1px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.global-menu li {
	list-style:none;
	margin: 0 .25em;
}
.global-menu li a{
	display:block;
	width:106px;
	padding:6px 0;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.2em;
	word-break: break-all;
}
.mail_form_input {
	background: #0088CA;
}
/* header
----------------------------------------------- */
header {
	text-align:center;
	background-repeat: repeat-x;
	background-position: left top;
}
#BoxLogo {
	padding-left:10px;
}
#Logo {
	margin: 0 auto;
}
#Logo h1 a{
	display: inline-block;
	height:54px;
	width:214px;
}

/* footer
----------------------------------------------- */
footer {
	text-align:center;
	border-top:1px solid #CCC;
	padding-bottom:15px;
	padding-top:30px;
}
address {
	margin-top:30px;
	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;
	padding: 15px;
	word-break: break-word;
}
.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-bottom:40px;
	margin-left:10px;
	margin-right:10px;
}
#ToTop a {
	color:#333;
	font-weight:bold;
}
/* .pagination
---------------------------------------------------*/
.pagination {
	text-align: center;
	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 {
}
.contents-body a:visited {
}
.contents-body a:hover {
}
.contents-body a:active {
}
.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 .section,
.contents-body section,
.contents-body .post{
	margin-bottom:40px;
	margin-left:10px;
	margin-right:10px;
}
.contents-body .post h3{
	padding: 10px 15px;
	word-break: break-word;
}
.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 {
}
.contents-body h2 {
	margin-bottom:20px;
	padding-left:10px;
/* 	height:50px; */
	line-height: 50px;
	word-break: break-word;
}
.contents-body table.row-table-01 {
	display: block;
}
.contents-body table.row-table-01 th {
	padding:5px;
	width:80px;
}
.contents-body table.row-table-01 td {
	padding:5px;
}
.contents-body table.row-table-01 tr {
	border-bottom:1px solid #ccc;
}
.contents-body table.row-table-01 tr:last-child{
	border-bottom: none;
}
.contents-body .box ul {
}
.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;
}
/* top
----------------------------------------------- */
#news {
	margin-top:10px;
}
#ContentsBody .news{
	width:auto;
	float:none;
	margin:0 0 20px 0!important;
	padding:10px;
	display:block;
	word-break: break-word;
}
#ContentsBody .news h2 {
	background:#EEE;
	text-indent:0;
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	line-height:normal;
}
#ContentsBody .news .body {
	padding:0;
	word-break: break-word;
}
#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 {
}
#ContentsBody .news li .date {
	font-weight:bold;
}
#ContentsBody .news li a {
	display:block;
	padding:10px 13% 10px 15px;
}
#ContentsBody .news a:link,
#ContentsBody .news a:visited {
	text-decoration: none;
}
#ContentsBody .news .date {
	color:#000;
}

/* slider
----------------------------------------------- */
#top-main{
	padding: 10px 0;
}
#top-main span{
	display: none;
}
#top-main .bx-pager{
    height: 15px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}
#top-main .pager-link{
  background: url(../../img/smartphone/slide_pointer.png) left top;
  height:21px; width:31px;
  display: inline-block;
}
#top-main .pager-active{
  background: url(../../img/smartphone/slide_pointer_on.png) left top;
}
#top-main .bx-prev ,.bx-next{
	display:none;
}

/* sitemap
----------------------------------------------- */
ul.sitemap {
}
ul.sitemap li {
	list-style-type: disc;
	margin-left:5px;
	margin-bottom: 0;
	border-style: none none solid;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
ul.sitemap li a{
	line-height: 3em;
}
/*
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;
}
*/
/* 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;
}
.authMenu {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	height: 25px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

#Navigation {
	padding:10px 10px 8px;
	word-break: break-word;
}

/*メッセージモーダル
----------------------------------------------- */
#modal-content {
	width:70%;
	height:350px;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	display:none;
	position:fixed;
}

#modal-incontent {
	height: 100%;
	overflow-y: auto;
	width: 102%
}

#modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: url(../../css/fancybox/fancy_close.png) left top;
	cursor: pointer;
	z-index: 1103;
}

.modal-p {
	margin-top:1em;
}

.modal-p:first-child {
	margin-top:0;
}

.modal-open {
	cursor: pointer;
}

#modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.25);
}
/* 自動更新ボタン */
#reload-btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
    height: 12px;
    line-height:12px;
    font-size: 12px;
    margin: 5px;
    cursor: pointer;
}
.reload-passive-btn {
    color: #ccc;
    border: solid 1px #ccc;
    background: #fff;
}
.reload-active-btn {
    color: white;
    background: #0088CA;
    border: solid 1px #0088CA;
}
.show-reload-message {
	font-size: 12px;
	display: inline-block;
}