

/*--PC用CSS--*/

#sp-header {
	display:none;
}
 
#sp-contents{
	display:none;
}

.sp-wrapper{
	display:none;
}


#sp-footer{
	display:none;
}



#parent-lphoto-iframe{
	height:5300px !important;

}

#parent-lqa-iframe{
	height:250px !important;
	overflow:scroll;
}

#parent-lqa2-iframe{
	height:600px !important;
	overflow:scroll;
}

#parent-ldekigoto-iframe{
	height:1100px !important;
	overflow:scroll;
}

/*スマートフォン用CSS*/


.SP-photo{
	display:none;
}




@media screen and (max-width:720px) {
	
.L-photo{
	display:none;
}

.SP-photo{
	display:inherit !important;
}

#sp-contents{
	display: inherit !important;
}	


#parent-lphoto-iframe{
	height:6000px !important;

}
#parent-ldekigoto-iframe{
	height:1100px;
	overflow:scroll;
}


/*--リセットCSS--*/	
	


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}	

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



/*--PC用コンテンツ--*/

 
#pc-contents{
	display:none;
}


/*--トップページヘッダ--*/


#sp-header {
	display:inherit !important;
    background: #FFF;
    position: relative;
    height: 50px;
    border-bottom: 1px solid #CCC;
}
.button-toggle {
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 10px;
    color: #333;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    font-size: 90%;
    border: 1px solid #CCC;
}
.active {
    color: #000;
    background: #CCC;
}
.ttl {
    font-size: 100%;
    float: left;
    height: 5px;
    line-height: 3em;
    width: 100%;
    text-align: center;
    z-index: 999;
	font-size:18px;
}
.ttl a {
    color: #000;
    text-decoration: none;
}
.sp-menu {
    position: absolute;
    top: 51px;
    left: 0px;
    width: 100%;
    background: #FFF;
    color: #000;
    overflow: hidden;
}
.sp-menu a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
    border-bottom: 1px solid #555;
    height: 40px;
    line-height: 40px;
    font-size: 90%;
	font-size:16px;
}

.sp-menu a:hover {
    color: #000;
	background:#CCC;
 
}


/*--ヘッダーイメージ--*/

.sp-head_logo{
	width:100%;
	margin:20px auto;
	text-align:center;
}



/*--スマホ用フッター--*/

#sp-footer{
	display:inherit !important;
	width:100%;
	background:#FFF;
	text-align:center;
	padding:20px 0 0;
	border-top:#CCC 1px solid;
	font-size:12px;
}

.sp-footer_copy{
	width:100%;
	padding:20px 0;
	background:rgb(255, 205, 181);
	text-align:center;
}	

/*--スマホ用コンテンツ--*/


.sp-wrapper{
	display:inherit !important;
	width:100%;
}


#sp-contents{
	width:95%;
	margin:20px auto;
	font-size:13px;
	line-height:1.5em;
}

/*--各コンテンツの画像--*/

p.sp-image{
	width:100%;
	margin:10px auto;
	text-align:center;
}


/*--main.html--*/



/* 新着案内 部分CSS */
#read_text_shinchaku{
overflow:auto;
overflow-y:scroll;
margin:10px;padding:5px;
border:1px solid #333333;
color: #0;
alignment-adjust:middle;
text-align:left;
}
</style>
<style type="text/css">
<!--
.style6 {
	color: #CC33FF;
	font-weight: bold;
}


/*--hoiku.html--*/

.sp-txt{
	width:95%;
	margin:20px auto;
}

.sp-txt p{
	margin:0;
	padding:0;
	
}

table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width:70%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*--oneday.html--*/



table.type03 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width:100%;
}
table.type03 th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.type03 td {
	width:80%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*--nenkan.html--*/


/*--enkaku.html--*/


table.type11 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 1px;
	line-height: 1.5;
}
table.type11 th {
	text-align: center;
	width: auto;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #000;
	background: #DDD;
	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.type11 td {
	width: auto;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #FFF;
}


/*--link.html--*/




}