@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	color: #666;
	text-decoration: none;
}
/*
a:visited {
	text-decoration: none;
}
*/
img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.ml10{
	margin-left: 10px;
}
.pb10{
	padding-bottom: 10px;
}
.line{
	background: url(../images/common/line.gif) left bottom repeat-x;
}

/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {

}
header h1{
	font-size: 12px;
	top: 3px;
	left: 5px;
	width: 100%;
	border-bottom: solid 4px #172A69;
	background: #172A69;
	color: #FFF;
	font-weight: bold;
	padding-left:2%;
	padding-right:2%;
}

header .logo{
	text-align:center;
	background: #fff;
	padding: 10px;
}

header .logo img{
	vertical-align: bottom;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 0 0 0px;
	font-size:12px;
}
footer nav{
	margin:5px;
}
nav.homenav div{
	float: left;
	width: 48%;
	background-color: #F69FD4;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
nav.homenav div a{
	display:block;
	padding:5px;
	color: #fff;
}
nav.homenav div:nth-child(even){
	float:right;
}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #fff;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	background-color: #172A69;
}
footer nav ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
footer nav ul li:nth-last-child(2),
footer nav ul li:last-child{
	border-bottom:none;
}
footer nav ul li:nth-child(even){
	border-right:none;
}

footer nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:8px;
	color: #fff;
}
footer .info {
	margin:10px;
}

footer .info a {

}

footer .under {
	background-color: #172A69;
}
footer .under ul {
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
}
footer .under ul li a {
	display:block;
	padding:10px 10px;
	color: #fff;
}
footer .under ul li:first-child{

}
footer .under ul li:nth-child(even){
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
footer small {
	margin: 0;
	padding: 10px;
	display: block;
	font-size: 10px;
	clear: both;
	background-color: #172A69;
	color: #FFF;
}
footer small#copy a{
	color: #fff;
}
/* ---------------------------------------------------- */
/* bnr_area */
/* ---------------------------------------------------- */
.bnr_area {
	border-radius: 6px;
	border: solid 1px #172A69;
	padding: 5px;
}


/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*
	background-image: url(../images/common/bg_visual.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	*/
	border-bottom: solid 2px #CCC;
	margin-bottom: 10px;
}

.visual p{
	text-align: center;
}
.visual.sub p{
	background-size: 100% 90px;
	-webkit-background-size: 100% 90px;
	-moz-background-size: 100% 90px;
	height: 60px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/common/sub_vis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-shadow: 1px 1px 2px #000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 30px;
	text-align: left;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	width: 90%;
	margin: 0 auto;
}

.container-content p{

}

section.content {
	margin-bottom:20px;
	margin-top: 10px;
}
section.content h1 {
	background-size: 3px 20px;
	-webkit-background-size: 3px 20px;
	-moz-background-size: 3px 20px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	background-color: #172A69;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	padding: 10px 8px 8px 8px;
	background-image: url(../images/common/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
section.content nav{
	margin-bottom: 10px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	margin-bottom: 10px;
	border: 1px solid #172A69;
	background-color: #fff;
}
section.content nav ul {
	width: 100%;
	overflow: hidden;
}
section.content nav ul li {
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #172A69;
}
section.content nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav ul li:last-child {

}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #172A69;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.list-base li{
	height:100%;
}


.list-base2 li{
	height:150px;
}


.sticking_ph{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.tit_l{
	font-size:12px;
}

.ul_privacy{
	margin-bottom: 20px;
}



/* 写真つきリスト */

.list-base{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #153ff6;
}
.list-base li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base li:last-child {
	border-bottom:none;
}
.list-base li:first-child{
	border-top:none;
}
.list-base li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100%;
	overflow:hidden;
	display:block;
	padding: 0px;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#464646;
	font-size:12px;
	margin-left: 10px;
	margin-top: 10px;
}
.list-base p{
	padding-right:10px;
	margin-left: 10px;
}
.list-base dl{
	display:block;
	padding:10px;
}

.list-base dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base a p{
	font-size:16px;
	line-height:140%;
}


.list-base2{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base2 li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base2 li:last-child {
	border-bottom:none;
}
.list-base2 li:first-child{
	border-top:none;
}
.list-base2 li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base2 div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base2 span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight:bold;
}
.list-base2 p{
	display:block;
	padding-right:20px;
	margin-left: 120px;
}
.list-base2 dl{
	display:block;
	padding:10px;
}

.list-base2 dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base2 dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base2 li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base2 a p{
	font-size:16px;
	line-height:140%;
}

/* 汎用 */
.container{
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	margin-bottom: 10px;
	border: 1px solid #172A69;
	padding-bottom: 15px;
	background: #FFF;
}
.container h2{
	background-size: 1px 100%;
	-webkit-background-size: 1px 100%;
	-moz-background-size: 1px 100%;
	font-size: 16px;
	line-height: 120%;
	background-image: url(../images/common/bg_op.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #172A69;
}
.container h2:first-child{
	margin-top:0px;
}

.container p{
	margin-top:10px;
	margin-right: 10px;
	margin-left: 10px;
}
.container p a {
	color: #555;
}

/*
.container img{
	margin-left: 10px;
} */


.container img{
	padding: 0px 10px;
}

.container img.mc{
	margin-left: 0px;
}


.map{
	text-align:center;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.qa .q_icon{
	padding: 5px 0px 5px 35px;
	background: url(../images/common/q_icon.gif) left center no-repeat;
}

.qa .a_icon{
	padding: 5px 0px 5px 35px;
	background: url(../images/common/a_icon.gif) left center no-repeat;
}

.icon3{
	background: url(../images/common/icon03.gif) left center no-repeat;
	margin: 10px 0px;
	padding-left: 35px;
}

/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px ##75440f;
	-webkit-box-shadow:1px 2px 1px ##75440f;
	-moz-box-shadow: 1px 2px 1px ##75440f;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color: #8F6626;
}
.btn.entrybtn2{
	background-color: #0a4ab6;
}
.btn.entrybtn2 a{
	color: #fff;
}
.btn.detailbtn{
	background-color:#2e9d50;
	padding:0px;
	line-height: 22px;
}

.btn.detailbtn2 {
	background-color:#0eb089;
	padding:0px;
}

.btn.graybtn{
	background-color:#fafafa ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/common/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}

#tab2 {
	width: 95%;
	margin:10px auto 10px auto;
	text-align:left;
	padding: 0;
	overflow:hidden;
}

#tab2 li {
	width: 46%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
	color: #FFF;
	border: 1px solid #eeeeee;
	padding: 10px 5px;
	margin: 0 0 20px 0;
	float: left;
	background-color: #F69FD4;
}

#tab2 li a{
	color: #FFF !important;
}

#tab2 li:hover {
	padding: 10px 5px;
	background:#172A69;
	border: 1px solid #cccccc;
	cursor: pointer;
	background:#F69FD4;
}

#tab2 li:hover a{
	color: #fff !important;
}


#tab3 {
	width: 90%;
	margin:10px auto 10px auto;
	text-align:left;
	padding: 0;
	overflow:hidden;
}

#tab3 li {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
	color: #FFF;
	border: 1px solid #eeeeee;
	padding: 10px 5px;
	background:#8F6626;
	float: left;
}

#tab3 li a{
	color: #FFF !important;
}

#tab3 li:hover {
	padding: 10px 5px;
	background:#172A69;
	border: 1px solid #cccccc;
	cursor: pointer;
	background:#8F6626;
}

#tab3 li:hover a{
	color: #fff !important;
}



/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../images/common/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color: #c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#1e6dc5;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}

.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#172A69;
}
.blue {
	color: #003366;
}


.bold {
	font-weight:bold;
}
.icon2{
	background: url(../images/common/icon02.gif) left center no-repeat;
	padding-left: 20px;
}
.big{
	font-size: 120%;
}
.green{
	color: #1ab14c;
}
.orange{
	color: #8F6626;
}
.alignright{
	text-align: right;
}

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #75440f;
}

.small{
	font-size: 90%;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}
.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
@media only screen and (orientation : landscape) { /*横向き*/


}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
.center {
	text-align: center;
}
.textright{
	text-align: right;
}
.subcon h3 {
	background:url(http://www.matsuura-shika.jp/images/common/h3bg.gif) left no-repeat;
	margin:30px 0 10px 0px;
	padding:18px 0 10px 25px;
	font-weight:bold;
	font-size:14px;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
}
.subcon h4{
border-left:5px solid #99753c;
	margin:20px 0 10px 0px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:16px;
	color:#ab944d;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	}
	.subcon h5{
border-bottom:#c7c7c7 double 3px;
	margin:10px 0 5px 0px;
	padding:5px 0 5px 8px;
	font-size:14px;
	color:#ff7eb9;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック";
	}
.belt {
	background-color: #ececec;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dashed #bfbfbf;
}

.kado{
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   border-radius: 10px;         /* CSS3 */
}

.waku{
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.container table{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.container table th,
.container table td{
	border: 1px solid #ddd;
	padding: 10px;
}

.container table th{
	background: #eee;
	text-align: left;
}
/*
横並び画像1列2枚
*/

ul.sp2{
	overflow: hidden;
}
ul.sp2 li{
	text-align:center;
	margin:5px 0 ;
	padding:5px;
	width:45%;
	float:left;
	color:#000;
	overflow:hidden;
}
ul.sp2 li a {
	max-width:50px;
}
ul.sp4{
	overflow: hidden;
}

ul.sp4 li{
	color:#333;
	margin:5px 0 ;
	padding:5px;
	width:30%;
	float:left;
	color:#000;
	overflow:hidden;
}



ul.sp2 li:nth-child(2n){
	float:right;
}

ul.sp4 li:nth-child(2n){
	width:60%;
	float:left;
}


ul.sp2 li p,ul.sp4 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
	height:36px;
	border-top:#CCC 3px double;
	margin-top:5px;
	color:#369;
}


ul.sp2 li img,ul.sp4 li img{
	padding:0px;

}


ul.sp2_2{
	overflow: hidden;
}
ul.sp2_2 li{
	text-align:center;
	margin:5px 0px;
	padding:5px;
	width:45%;
	float:left;
	color:#000;
	overflow:hidden;
}



ul.sp2_2 li:nth-child(2n){
	float:right;
}


ul.sp2_2 li p{
	text-align:left;
	margin:0px;
	font-size:12px !important;
	height:70px;
	border-top:#CCC 3px double;
	margin-top:5px;
	color:#369;
}


ul.sp2_2 li img{
	padding:0px;

}

/*
横並び画像1列3枚
*/
ul.sp3{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:5px;
	overflow: hidden;
}


ul.sp3 li{
	width:32%;
	float:left;
	color:#000;
	margin:2px;
	padding-top:2px;
	overflow:hidden;
}
.link_list li   {
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.content nav ul li a {
	color: #666;
}

/* qa page
-------------------------*/

.qa{
	margin-bottom: 40px;
}

.icon_q{
	background: url(http://www.matsuura-shika.jp/images/common/icon_q.gif) left center no-repeat;
	padding: 10px 0px 10px 40px;
	margin-left:5px;
}

.icon_a{
	background: url(http://www.matsuura-shika.jp/images/common/icon_a.gif) left center no-repeat;
	padding: 10px 0px 10px 30px;
	margin-left:25px;
}

.newsh3{background:url(http://www.matsuura-shika.jp/images/top/ttl_01bg.jpg) no-repeat;
	overflow:hidden;
	height:45px;
	}
.newsh3 h3{ float:left;}
.newsh3 a{float: right;}
.newsh3 a img{ margin:10px;}

.news {
	margin-bottom: 30px;
	text-align: left;
}
	.news li {
		padding: 15px 10px 13px 10px;
		background: url(http://www.matsuura-shika.jp/images/top/line_01.gif) bottom repeat-x;
		overflow: auto;
	}
	.news li span {
		float: left;
		width: 25%;
		padding-left: 15px;
		background: url(http://www.matsuura-shika.jp/images/top/arw_01.gif) left no-repeat;
	}
	.news li a {
		float: right;
		width: 68%;
	}
	.news li a:link,
	.news li a:visited,
	.news li a:hover,
	.news li a:active { color: #102c7a;}
.greeting {
	margin-bottom: 22px;
	text-align: left;
	background: url(http://www.matsuura-shika.jp/images/top/bg_info.jpg) 0 0 repeat-y;
}
.greeting .inner {
	padding: 25px 25px 40px 30px;
	background: url(http://www.matsuura-shika.jp/images/top/bg_info-btm.jpg) bottom no-repeat;
	overflow: auto;
}
.greeting h4 {
		padding-bottom: 12px;
		font-size: 13px;
		font-weight: bold;
}
.greeting p {
		padding: 0 0 10px 0;
		line-height: 2.0;
	}
.category {
	text-align: left;
}
	.category dl {
		float: left;
		width: 44%;
		padding: 3%;
	}
	.category dd { padding: 3%;}
	.category img{width: 100%; height: auto;}
.topics{
	margin: 20px 0;
}
.topics img{
	width: 100%;
	height: auto;
}

/*==============================
information
==============================*/
.date{
	margin:0px 0px 0px 10px;
	font-weight:bold;
	font-size:13px;
	color:#f462a5;
}
/* =========================================================
■clinic.html
========================================================= */
.clinic_list{padding-top:30px;}
.clinic_list li{
width:100%;
height:auto;
border-bottom: 1px dashed;
padding: 20px 0;
}
.clinic_list img{
	text-align: center;
}


.clinic_list p{padding:5px 5px 0px 5px !important;}

.setubi_list{}


.setubi_list li{
width:100%;
height:auto;
border-bottom: 1px dashed;
padding: 20px 0;
}



.setubi_list img.tate{ }

.setubi_list p{padding:5px 5px 0px 5px !important;}




.colred a,
	.colred a:link,
	.colred a:visited {
		text-decoration: underline !important;
		color: #e5222c !important;
	}
	.colred a:hover,
	.colred a:active {
		text-decoration: underline !important;
		color: #d3d3d3 !important;
	}

/* =========================================================
■about.html
========================================================= */
.about_dl dt{padding:0px 0px 5px 10px;
font-weight:bold;}
.about_dl dd{padding:0px 0px 10px 20px;}
/* =========================================================
■gum-disease.html
========================================================= */
.checklist{background:url(http://www.matsuura-shika.jp/images/gum-disease/bg_img.jpg) no-repeat;}

.aestbox{padding:25px 0px;}

.point01{font-size:16px;
color:#d89226;
background:#f5efd9;
margin:10px 0px;
}

.gumimglist li{float:left;
margin: 0 10px 10px 0;}
/* =========================================================
■aesthetic.html
========================================================= */
.imgbox{ padding-top:10px;}
.aesthetic_dl{padding:10px 0px;}
.aesthetic_dl dt{padding:5px 0px 5px 10px;
font-weight:bold;
font-size:16px;}
.aesthetic_dl dd{padding:0px 0px 10px 20px;
font-size:13px;}
/* =========================================================
■sitemap.html
========================================================= */
.sitemap-list li{
	background:url(http://www.matsuura-shika.jp/images/common/arw.png) no-repeat 10px 8px;
	margin:15px 0px 10px 0px;
	padding:2px 0px 10px 30px;
	border-bottom: 1px dotted #c7c7c7;
	}

/* =========================================================
■faq.html
========================================================= */
.faqdl{width:100%;}
.faqdl dt{
	font-size:15px;
	font-weight:bold;
	padding:10px 10px 10px 35px;
	background:url(http://www.matsuura-shika.jp/images/faq/icon_q.png) no-repeat left;
	color:#333333;
	}
.faqdl dd{ background: url(http://www.matsuura-shika.jp/images/faq/icon_a.png) no-repeat 2px 3px #eeeeee;
	margin-bottom:30px;
	border:1px solid #e0e0e0;
	padding-left:25px;
	}
	/*=============================
	defTable
===============================*/

table.defTable01 {
	margin:10px 0px 0px 0px;
	border-collapse:collapse;
	}
table.defTable01 th,
table.defTable01 td {
	border:solid 1px #c7c7c7;
	text-align:left;
	line-height:20px;
	}
table.defTable01 th {
	padding:10px 10px;
	width:90px;
	font-weight:bold;
	font-size:1.0em;
	background:#e0e0e0;
	color:#707070;
	}
table.defTable01 td {
	padding:10px 30px;
	background:#FFF;
	}
table.defTable01 td.cen{
	text-align:center;
	}

/**********ライトタッチレーザー***********/

.light_touch_box p.photo{
	text-align:center;
	margin-bottom:20px;
}

.light_touch_box p.photo img{
     zoom: .8; 
}