@charset "UTF-8";


/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:0px;
	padding:2px;
	background:#fff;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.submenu2 li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu2 li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu2 li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu2 li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}


.bnr2 {
	overflow:hidden;
}
.bnr2 ul {
	overflow:hidden;
}
.bnr2 li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr2 li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr2 img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;	
}

.address {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#000;	
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.info2 dt {
	font-size:.8em;
	border-bottom:1px solid #ddd;
	padding-bottom:.5em;text-align: right; 
}
.info2 dd {
	border-bottom:none;
}

.info2 p {
line-height: 1.2em;
}

/*===========================================
 *  クラス col two one
 ==========================================*/
.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  004から移植
 ================================================*/
.service {
    overflow:hidden;
    margin:10px -2% 0 0;
}
.service li {
    list-style:none;
    float:left;
    width:18%;
    margin:0 2% 10px 0;
}
.service li img {
    width:100%;
}

.staff {
    margin:10px -3% 0 0;
}

.staff div {
    float:left;
    width:31%;
    margin-right:2%;
}
.staff div img {
    width:100%;
    margin-bottom:5px;
}

.staff2 {
    margin:10px -3% 0 0;
}

.staff2 div {
    float:left;
    width:23%;
    margin-right:2%;
}
.staff2 div img {
    width:100%;
    margin-bottom:5px;
}

/*================================================
 *  003から移植
 ================================================*/
/* photo */
.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

/* photo2 */
.photo2 {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:0px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

/* photo3 */
.photo3 {
    width:45%;
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:0px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}




/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
    pointer-events : none;
}
/* トップナビ 2*/
* html .topNavi2 {
    height:1em;
    overflow:visible;
}

.topNavi2 {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn2 {
    display:inline;
    width:23%;
    float:left;
    margin-right:2%;
}

.topNaviCon2 {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon2:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon2 h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon2:hover h2 {
    color:#f19500;
}

.topNaviCon2 p {
    margin:10px;
}

.topNaviPhoto2 img {
    width:100%;
}

/*================================================

 ================================================*/
.snap {
    margin:20px 0;
    padding:10px;
    box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
    background:#fff;
}

.snap img {
    width:100%;
}

/*================================================

 ================================================*/
 .catalog {
     width:100%;
    overflow:hidden;
    margin-top:8px;
    margin-right:-10px;
        margin-left:6px;
}
.catalog li {
    list-style:none;
    float:left;
    margin:0 10px 10px 3px;
}
.catalog li img {
    width:98px;
}

/*===========================================

 ==========================================*/
/* メインフォト */
.mainph{
margin:10px auto 20px;
padding:0;
position:relative;
line-height:0;
}

.mainph img{
max-width:100%;
height:auto;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.mainphInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
top:10px;
left:0;
padding:5px 10px;
line-height:1.4;
color:#fff;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}


/*================================================
 *  続きを読む」ボタンの装飾
 ================================================*/
		.readmore-button-box {


			text-align: center;

		}
		
		/* ▽リンクを「続きを読む」ボタンの形に装飾 */
		.readmore-button-box a {margin-top:0px;	text-decoration:none;
			background-color: #b0c4de;
			color: white;
			border-radius: 10px;
			padding: 0.2em 1em;;	
			display: inline-block;
			font-weight: bold;
			font-size: 0.8em;
		}
		.readmore-button-box a:hover {
			background-color: #4169e1;
		}