@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: 150%;
}
.body img {
	margin-bottom: 10px;
	margin-left:auto;
	margin-right: auto;
}
p {
	clear: both;
}
a {
	text-decoration: none;
}
/* form parts
----------------------------------------------- */
input {
	border:1px solid #ccc;
	margin:3px;
}
input[type="text"] {
	width:190px;
	padding:5px;
}
input[type="submit"] {
	width:280px;
	height:35px;
}
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;
}
#BoxLogo {
}
#Logo {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
header .global-menu {
	padding:0 1px;
	width: 100%;
	margin-bottom: 10px;
}
header .global-menu li {
	list-style:none;
	float:left;
	width:32%;
}
header .global-menu li a {
	font-size: 90%;
	display:block;
	padding:10px 0;
	background: -moz-linear-gradient(top, #BFD9E5, #63B0CF 50%, #0080B3 50%, #09C);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5, #63B0CF), color-stop(0.5, #0080B3), to(#09C));
	border: 1px solid #DDD;
	color: #FFF;
	text-decoration: none;
	margin-right: 1%;
	margin-bottom: 1%;
}
/* footer
----------------------------------------------- */
footer {
	border-top:1px solid #CCC;
	padding-bottom:15px;
	padding-top:30px;
}

footer .global-menu {
	padding:0 1px;
 	width: 100%;
}
footer .global-menu li {
	list-style:none;
	float:left;

	text-align: center;
	padding: 10px;
}
footer .global-menu li a {
	display:block;
	padding:5px 0 2px;
	font-size: 100%;
	border-bottom: 4px solid #00468F;
}


address {
	text-align:center;
	line-height:130%;
	color:#333;
	font-style: normal;
	border-top: 1px solid #E2E2E2;
	padding-top: 20px;
	padding-bottom: 20px;
}
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-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 {
    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 .section,
.contents-body section,
.contents-body .post{
	margin-bottom:40px;

}
.post {
	clear: both;
}
.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 {
}
.contents-body p {
	line-height: 130%;
	margin-bottom: 10px;
}
#ContentsBody .news {
}
.contents-body h2 {
	margin-bottom:20px;
	padding-left:10px;
	line-height: 130%;
}
.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 {
	border:1px solid #CCC;
}
.contents-body .box li {
	list-style:  none;
	background:none;
	line-height: 130%;
	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:30px;
}
#ContentsBody .news{
	width:auto;
	float:none;
	margin:0 0 20px!important;
	display:block;
}
#ContentsBody .news h2 {
	background:none;
	text-indent:0;
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	border:none;
	line-height: 130%;
}
#ContentsBody .news .body {
	border:1px solid #CCC;
	padding:0;
}
#ContentsBody .news li {
	list-style:none;
	text-align:left;
	line-height: 130%;
	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:10px 13% 10px 15px;
}
#ContentsBody .news a:link,
#ContentsBody .news a:visited {
	text-decoration: none;

}
#ContentsBody .news .date {

}
/* 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;
}
/* 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;

}
.tag {
}
/* 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;
}
/* タイトル
----------------------------------------------- */
.title_m01,.title_m02 {
	border: 1px solid #C9C9C9;
	color: #595758;
	width: 92%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #F1F1F1;
	padding-left: 10px;
}


.title_02 {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	background-color: #728AA8;
	padding: 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 15px;
	width: 86%;
}
.title_03 {
	font-size: 110%;
	line-height: 130%;
	font-weight: bold;
	color: #6C6E70;
	margin-bottom: 15px;
	border-bottom: 1px dashed #666666;
	padding: 6px 8px 6px 0px;
	clear: both;
	text-decoration: none;
}
h2.title_03 a {
	text-decoration: none;
}
.title_04 {
	font-size: 116%;
	line-height: 150%;
	font-weight: bold;
	color: #4F729A;
	margin-bottom: 15px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4569a5;
}
/* alternaterow.js
----------------------------------------------- */
.tbl {
	width: 96%;
	font-size: 100%;
	clear: both;
}
.tbl td {
	padding: 6px;
	vertical-align: top;
	line-height: 150%;
}
.tbl .on {
   background-color: #FFFFFF;
}
.tbl .off {
   background-color: #E6E9EE;
}
.tbl em {
	font-weight: bold;
}
/* 新着
----------------------------------------------- */
.blog_date {
	margin-left: 10px;
}
/* tab01 テーブル一括　th　左上 左右ラインなし
----------------------------------------------- */
table.tab01 {
	width: 100%;
}
table.tab01 th {
	font-size: 100%;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-weight: normal;
	border-right: 6px solid #FFF;
	border-bottom: 1px dotted #ccc;
	width: 25%;
}
table.tab01 td {
	font-size: 100%;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
/* ul list margin
----------------------------------------------- */
ul.ulist01,ul.ulist01 li {
	margin: 0px;
	padding: 0px;
}
.ulist01 {
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
.ulist02 {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
