
.pc {
	display:none;
}

.sp {
	display:block;
}

.pcBr:after {
     content:inherit;
     white-space:nowrap;
 }

/* レイアウト
-------------------------------------*/

body {
	color:#333333;
	text-align:center;
	margin:0 auto;
	height:100%;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#layout {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

/* 文字
-------------------------------------*/

div#contentRight h3 {
	background-image:url(../img/common/h3Bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100px;
	color:#0881C3;
	font-weight:bold;
	padding:40px 0 30px 20px;
	text-align: left;
	font-size:160%;
}

div#contentRight h3 span {
	display: table-cell;
	background-color:#5CC0EF;
	color:#FFFFFF;
	margin:0 0 0 0px;
	padding:5px 20px;
	border-radius: 15px;
	font-size:50%;
	vertical-align:middle;
}

div#contentRight h4 {
	background: #00a3d9; /* Old browsers */
	background: -moz-linear-gradient(top, #00a3d9 0%, #0066ae 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00a3d9 0%,#0066ae 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00a3d9 0%,#0066ae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3d9', endColorstr='#0066ae',GradientType=0 ); /* IE6-9 */
	margin:0 0 20px 0;
	padding:12px 0 10px 15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
	border: 1px solid #00a3d9;
	border-radius: 3px;
}

div#contentRight h4:before {
	content: "■";
	margin-right: 5px;
	}
	
div#contentRight h4 span {
	float:right;
	margin:-3px 10px 0 0;
}

div#contentRight h5 {
	background-image:url(../img/common/h5Titlebg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:2px 0 1px 10px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:130%;
	text-align: left;
}

div.box h6 {
	font-weight:bold;
	margin:20px 0 20px 10px;
	font-size:85%;
}

div#contentRight p {
	line-height:160%;
	font-size:90%;
	margin-bottom:20px;
	text-align: left;
}

div#contentRight div.box p {
	line-height:160%;
	font-size:90%;
	margin-bottom:10px;
}

div#contentRight p.pic {
	float:right;
}

ul.text {
	margin:10px 0 20px 0;
	padding:0 20px 5px 10px;
}

ul.text li {
	font-size:90%;
	margin:5px 0 0 20px;
	line-height:140%;
	text-align: left;
	list-style-image:url(../img/shared/icon-list.gif);
}
	
/* ヘッダー
-------------------------------------*/

div#header {
	width:100%;
}

div#headerLeft {
	width:100%;
	float:none;
}

div#headerLeft h1 {
	width:100%;
	height:auto;
}

div#headerLeft h1 a {
	width:100%;
	height:auto;
	display:block;
}

div#headerRight {
	float:none;
	width:100%;
	text-align:center;
}

div#headerRight ul {
	display: none;
}

div#headerRight h2 {
	display: none;
}

div#headerRight p {
	display: none;
}

/* ナビゲーション
-------------------------------------*/

div#globalNavigation {
	display: none;
}

div#subNavigation {
	width:100%;
}

div.subNavigationLeft {
	float: none;
	width:320px;
	margin:20px auto;
	text-align: center;
}

div.subNavigationLeft dl dt {
	float: left;
}

div.subNavigationLeft dl dd {
	float: left;
	margin-bottom: 10px;
}
div.subNavigationRight {
	float: none;
	width:320px;
	margin:10px auto;
	text-align: center;
}

div.subNavigationRight dl dt {
	float: left;
}

div.subNavigationRight dl dd {
	float: left;
}

/* コンテンツ共通
-------------------------------------*/

.column2Box {
	width:48.25%;
	float:left;
	margin-bottom:20px;
	margin-right:3.5%;
}

.column2Box:nth-child(2n) {
	margin-right:0;
}

.column3Box {
	width:31%;
	float:left;
	margin-right:3.5%;
}

.column3Box:nth-child(3n) {
	margin-right:0;
}

.column4Box {
	width:22.375%;
	float:left;
	margin-right:3.5%;
}

.column4Box:nth-child(4n) {
	margin-right:0;
}

.column5Box {
	width:17.2%;
	float:left;
	margin-right:3.5%;
}

.column5Box:nth-child(5n) {
	margin-right:0;
}

/* TOPページ
-------------------------------------*/

div#topMain {
	margin:0 auto 50px;
	width:100%;
	float:none;
}

div#topMain ul {
	width:100%;
	float:none;
}

div.contentBoxLeft {
	float:left;
	margin:0 15px 0 0;
}

div.contentBoxRight {
	float:right;
}

div.boxLeft {
	float:left;
	width:220px;
	margin:0 25px 0 0;
}

div.boxRight {
	float:right;
	width:220px;
}

div#contentBtn {
	background-image:url(../img/common/contentBtn01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
	height:200px;
	padding:10px;
}

.flowBg {
	background-image:url(../img/content/flow/flowBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 30px 150px;
}

#pageBtn {
	margin:0 0 20px 0;
	display:block;
}

#pageBtn ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	width: 50%;
}

#tab-box {
	margin-top:0px;
}

#tab-box ul {
	margin:0 0 0 0;
	padding:0;
}

#tab-box ul li {  
	float:left;
	width: 50%;
	display:inline;  
	font-size:0;  
	margin:0;
}  

#tab-box ul li a img {  
	outline:none;  
	border:none;
}  

#tab-box div {  
	display:none;  
}
/*
*/

div.topLeft {
	float:left;
	width: 50%;
	margin:0 0 0 0;
	padding: 0 5px;
	box-sizing: border-box;
}

div.topRight {
	float:left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

span.topLeft {
	float:left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	display:block;
}

span.topRight {
	float:left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
	display:block;
}

div#contentRight div.main p {
	line-height:130%;
	font-size:80%;
	margin:0px 0 20px 0;
}

div#contentRight div.main p img {
	margin:0px 0 -10px 0;
}

div.mainLeft {
	float:none;
	margin:0 auto;
	width:100%;
	text-align: center;
}

div.mainRight {
	float:none;
	margin:0 auto;
	width:100%;
	text-align: center;
}

#contentRight div.mainLeft p,
#contentRight div.mainRight p {
	text-align: center;
}

.slideFrame {
    height: 175px;
    overflow: hidden;
    width: 100%;
}

.slideCell {
    display: block;
    float: left;
    margin-right: 10px;
}

/* 新着情報
-------------------------------------*/

div#contentRight div#newsDl {
	margin:-10px 0 0 0;
}

div#contentRight div#newsDl ul li {
	text-align: left;
	line-height:100%;
	padding:13px 0 13px 0;
	font-size:90%;
	background-image:url(../img/common/line.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div#contentRight div#newsDl ul li span {
	background-image:url(../img/common/arrow2.jpg);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 23px;
	font-weight:bold;
}

div#contentRight div#newsDl ul li a:link {
	color: #462D25;
	text-decoration:underline;
}

div#contentRight div#newsDl ul li a:visited {
	color: #462D25;
	text-decoration:underline;
}

div#contentRight div#newsDl ul li a:hover {
	color: #E98A00;
	text-decoration:underline;
}

div#contentRight div#newsDl ul li a:active {
	color: #E98A00;
	text-decoration:none;
}

/* コンテンツ
-------------------------------------*/

div#content {
	width:100%;
}

div#contentLeft {
	float:none;
	width:100%;
	padding:0;
	margin: 20px auto;
}

div#contentRight {
	float:none;
	width:100%;
	padding:0;
	margin:0;
}

.box {
	background-image:url(../img/common/boxBg.jpg);
	background-position:top left;
	background-repeat:repeat;
	padding:20px 15px 10px 15px;
	margin:0 0 20px 0;
}

span.box {
	display:block;
	background-image:url(../img/common/boxBg.jpg);
	background-position:top left;
	background-repeat:repeat;
	padding:20px 15px 10px 15px;
	margin:0 0 20px 0;
}

.box2 {
	background-image:url(../img/common/boxBg.jpg);
	background-position:top left;
	background-repeat:repeat;
	padding:20px 30px;
	margin:0 0 20px 0;
}

div#contentRight p.faqQ {
	background-image:url(../img/shared/questionImg.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:5px 0 5px 28px;
	font-size:95%;
	cursor: pointer;
	color:#0066CC;
	color:#4a4a4a;
	text-decoration:underline;
	margin:0 0 0 0;
}

div#contentRight div.faqA {
	border:1px solid #D2E9F6;
	background-color:#EFF4F4;
	background-color:#F2FBFF;
	padding:10px;
	margin:0 0 20px 0;
}

div#contentRight div.faqA p {
	background-image:url(../img/shared/anserImg.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:5px 0 5px 28px;
	font-size:90%;
	margin:0 0 0 0;
}

.click {
	background-image:url(../img/shared/click.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding:4px 40px;
}

.day {
	text-align:center;
	padding:10px 0 0 0;
	color:#0064A8;
	font-weight:bold;
	font-size:120%;
}

.day span {
}

.orangeBox {
	background:#FFE68F;
	padding:5px 10px 10px 10px;
	margin-top:5px;
}

.orangeBox p {
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}

.orangeBox2 {
	background:#FEA926;
	padding:10px 0 7px 0;
	margin-top:3px;
}

.orangeBox2 p {
	text-align:center;
	margin:0 auto;
	font-size:110%;
	font-weight:bold;
	color:#FFF;
}

.redBox {
	background:#FDC1BD;
	padding:5px 10px 10px 10px;
	margin-top:10px;
}

.redBox p {
	text-align:center;
	margin:0 auto;
	font-weight:bold;
}

.redBox2 {
	background:#F87C6C;
	padding:10px 0 7px 0;
	margin-top:3px;
}

.redBox2 p {
	text-align:center;
	margin:0 auto;
	font-size:110%;
	font-weight:bold;
	color:#FFF;
}

/* 下階層
-------------------------------------*/

div#listNavi {
	margin:10px 0;
	font-size:75%;
	text-align: left;
}

div#listNavi span {
	background-image:url(../img/common/listNavi.jpg);
	background-position:0 0px;
	background-repeat:no-repeat;
	padding:2px 0 2px 20px;
}

div#listNavi a:link {
	color: #462D25;
	text-decoration:underline;
}

div#listNavi a:visited {
	color: #462D25;
	text-decoration:underline;
}

div#listNavi a:hover {
	color: #462D25;
	text-decoration:none;
}
	
div#prtMain {
	margin:20px auto;
	background-image:url(../img/common/h3Bg.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

div#prtMain h3 {
	padding:60px 0 60px 15px;
	float:left;
	width:40%;
	font-size:140%;
	color:#FFFFFF;
}

div#prtMain p {
	padding:70px 15px 58px 0;
	float:right;
	width:40%;
	text-align:right;
	color:#F5D292;
}

/* サイドバー
-------------------------------------*/

div#side {
	display: none;
	width:230px;
	text-align:center;
	margin:10px auto;
	padding:10px;
	background-color:#E5F6FF;
}
/*
div#sideMenu {
	background-image:url(../img/side/sideMainBg01.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	margin:0 auto;
}

div#sideMenu ul li {
	background-image:url(../img/side/sideBtnBg01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px 0 0 35px;
	font-size:85%;
	height:29px;
	text-align: left;
	list-style: none;
}

div#sideMenu ul li a:link,
div#sideMenu ul li a:visited {
	color:#4a4a4a;
}

div#sideMenuBtm {
	background-image:url(../img/side/sideBtmBg01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:9px;
	display:block;
	line-height:100%;
}


div.sideMenu2 {
	background-image:url(../img/side/sideMainBg02.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	margin:0 auto;
}

div.sideMenu2 ul li {
	background-image:url(../img/side/sideBtnBg01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px 0 0 35px;
	font-size:85%;
	height:29px;
	text-align: left;
	list-style: none;
}

div.sideMenu2 ul li a:link,
div.sideMenu2 ul li a:visited {
	color:#4a4a4a;
}

div.sideMenuBtm2 {
	background-image:url(../img/side/sideBtmBg02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:9px;
	display:block;
	line-height:100%;
}
*/

/* フッター
-------------------------------------*/

div#footer {
	width:100%;
	text-align:center;
	margin:50px 0 0 0;
	background-image:url(../img/footer/footerBg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

div#footerBg {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
}

div#footerLayout {
	width:100%;
	text-align:center;
	margin:0 auto;
}

div#footerLeftTop {
	float:none;
	width:100%;
	margin:25px 0 0 0;
}

div#footerLeftTop h4 {
	margin:25px 0 0 0;
	font-size:105%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}

div#bgGreen {
	background-color:#3092BF;
	padding:10px 10px 10px 20px;
	margin:10px 0 0 0;
}

div#footerLeftTop p {
	font-size:80%;
	color:#FFFFFF;
}

div#footerRightTop {
	display: none;
	float:none;
	width:100%;
	padding:0 0 0 0;
	margin:25px 0 0 0;
}

div#footerLeftMain {
	float:none;
	width:100%;
	margin:40px auto 0;
}

div#footerLogo {
	float:none;
	background-image:url(../img/footer/footerLogo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:170px;
	text-indent:-9999px;
}
div#footerLogo a {
	display:block;
	width:100%;
	height:170px;
	text-align: center;
}

div#footerAddress {
	display: none;
	float:right;
	width:269px;
}

div#footerAddress p {
	font-size:75%;
	color:#CCCCCC;
	margin:25px 0 0 0;
	line-height:160%;
}

div#footerRightMain {
	display: none;
	float:right;
	width:620px;
	margin:55px auto 0;
}

div.footerNavi {
	width:155px;
	float:left;
}

div.footerNavi dl dt {
	background-image:url(../img/footer/listImg01.jpg);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:90%;
}

div.footerNavi dl dd {
	background-image:url(../img/footer/listImg02.png);
	background-position:0 13px;
	background-repeat:no-repeat;
	padding:8px 0 0 13px;
	color:#FFFFFF;
	font-size:75%;
	margin:0 0 0 6px;
}

div.footerNavi dl dd a:link {
	color:#FFFFFF;
}

div#footerRightMain ul {
	margin:0 0 0 0;
}

div#footerRightMain li {
	float:left;
	margin:0 0 10px 10px;
}

div#footerLeftBtm {
	float:left;
	width:100%;
	margin:15px 0 0 0;
	background-image:url(../img/footer/footerLine.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

div#footerLeftBtm p {
	font-size:80%;
	color:#FFFFFF;
	margin:10px 0 0 0;
}

div#footerRightBtm {
	float:right;
	width:620px;
	margin:25px 0 0 0;
	background-image:url(../img/footer/footerLine.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

div#footerRightBtm li {
	float:left;
	font-size:70%;
	background-image:url(../img/footer/arrowImg.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	margin:7px 20px 0 5px;
	padding:0 0 0 10px;
}

div#footerRightBtm li a:link {
	color:#FFFFFF;
}

address {
	margin:30px auto 10px;
	font-size:60%;
	font-style:normal;
	text-align:center;
	padding:0;
}

/* その他
-------------------------------------*/

div.normalTbl input {
	font-size: 100%;
	height: 20px;
}

div.normalTbl textarea {
	width:80%;
}

.normalTbl select {
	font-size:100%;
}

.icon {
	padding-bottom: 4px;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:20px 10%;
	border-style: none;
	background: #FF9326;
	color:#FFF;
	font-size:120%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#333;
	background: #C11A1F;
	cursor: pointer;
	transition: 0.3s;
}

input {
	font-size: inherit;
	font-family: inherit;
}

input.formSizeL,
textarea.formSizeL {
	width: 400px;
	margin: 5px 0px;
}

input.formSizeM {
	width: 200px;
	margin: 5px 0px;
}

input.formSizeS {
	width: 100px;
	margin: 5px 0px;
}

p.formButton {
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}

input.formButton {
	padding: 5px 15px;
	font-weight: bold;
}

.icon {
	padding:0 0 3px 0;
}

/* その他ナビゲーション
-------------------------------------*/

.btn {
	background:#00a3d9;
	color: #FFF;
	margin:0 auto;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn a {
	color:#FFFFFF;
	transition: 0.3s;
	text-decoration:none;
	display: block;
	padding: 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn a:hover {
	color:#FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #0066ae;
}

/* ページトップへ
-------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 80%;
	z-index: 5;
}

#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #666;
}

/* Wordpress
-------------------------------------*/

div.archive-title {
	text-align:center;
	font-size:160%;
}

div.nav-previous {
	float:left;
	width:40%;
	font-size:80%;
}

div.nav-next {
	float:right;
	width:40%;
	font-size:80%;
	text-align:right;
}

div#nav-above {
	padding:0 0 30px 0;
}

div#nav-below {
	padding:30px 0 0 0;
}

.entry-meta {
	text-align:right;
	font-size:80%;
	margin:10px 0;
}

.meta-sep, .author, .entry-utility {
	display:none;
}

span.by-author {
	display:none;
}

.entry-header {
	border:none;
	margin:0;
}

h3.widget-title {
	font-size:90%;
	font-weight:bold;
	margin:0px 0 5px 0;
	padding:5px 0;
	color:#FFFFFF;
	text-align:center;
	background-color:#4DA6FF;
	 border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

.widget ul li {
	font-size:80%;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../img/shared/allow-01.gif);
	background-position:center left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCCCCC;
}

h4.entry-title {
	font-size:80%;
}

h4 a:link {
	color:#FFFFFF;
}

h4 a:visited {
	color:#FFFFFF;
}

h4 a:hover {
	color:#FFFF00;
}

div.normalTbl table td {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 10px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:90%;
	display: block;
	width: auto;
}

div.normalTbl table th {
	border-right: 1px solid #D2E9F6;
	border-bottom: 1px solid #D2E9F6;
	padding: 10px;
	background: #E5F3FA;
	font-weight: bold;
	font-size:90%;
	text-align:left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	display: block;
	width: auto;
}

.normalTbl2 table {
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}

.normalTbl2 table tbody {
	width: 100%;
	display:table;
}
 
/*tableにスクロールバーを追加*/
.normalTbl2 table::-webkit-scrollbar {
	height: 6px;
}
 
/*tableにスクロールバーを追加*/
.normalTbl2 table::-webkit-scrollbar-track {
	background: #F1F1F1;
}
 
/*tableにスクロールバーを追加*/
.normalTbl2 table::-webkit-scrollbar-thumb {
	background: #00a3d9;
}

	
	
}
