@charset "Shift_JIS";

/* ################################################### */
/* #                                                 # */
/* #                                                 # */
/* #                コンテンツ用css　                # */
/* #                                                 # */
/* #                                                 # */
/* ################################################### */

/* Layout
---------------------------------------------------- */
#DocBody {
	width: 700px;
	text-align:left;
	margin:0 auto;
	background-color:#FFF;
}

#Header {
	height: 68px;
	width:700px;
	background-image: url(../img/common/bg_head-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
	margin-bottom:3px;
}

#Footer {
	width: 700px;
}

/*コンテンツ関連テンプレ
---------------------------------------------------- */
#Main {
	width:700px;
	text-align:left;
	margin:0 auto;
}

/* ▼タイトル▼ */
#Main h1 {
	width:618px;
	border-bottom:2px solid #A1A1A1;
	background-image: url(../img/common/ico_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:2px 0 0 30px;
	padding:3px 0 3px 22px;
	text-align:left;
	font-weight:normal;
}

/* No Mac IE \*/
*html #Main h1 {
	width:640px;
}
/* No Mac IE */

#Main #contentsflat {
	width:600px;
	margin:0 50px;
}

#contentsflat #titleimg {
	text-align:left;
	margin:15px 0;
}

#contentsflat .flow {
	width:578px;
	border:1px solid #D0D0D0;
	padding:10px;
	text-align:left;
}

/* No Mac IE \*/
*html #contentsflat .flow {
	width:600px;
}
/* No Mac IE */

#contentsflat .flow p {
	margin:10px 0 0 0;
	padding:0px;
	font-size:1.3em;
}

#contentsflat .arrow-center {
	text-align:center;
	margin:5px;
}


#contentsflat #close {
	text-align:center;
	margin:10px;
}

#contentsflat p.pagelink {
	float:right;
	background-image: url(../img/common/ico_pagelink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:15px 0 0 0;
	color:#0B34AB;
	text-align:left;
	padding:3px 5px 3px 17px;
}

a:link, 
a:visited, 
a:active,
a:hover {
	color: #0B34AB !important;
}


#contentsflat .infomenu p.infodesk {
	background-image: url(../img/common/ico_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:1.5em;
	line-height:150%;
	padding:0 0 0 25px;
	margin-left:10px;
}

#contentsflat p.rice {
	font-size:1.1em;
	padding-left:1em;
	text-indent:-1em;
	margin-top:3px;

}


/*mobile QR*/


#contentsflat #qrarea {
	float:right;
	width:130px;
	text-align:center;
}


