@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
.slideshow_flame                                           {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}
/* //////////////////////////////////////////////////
[基本] 
////////////////////////////////////////////////// */

html {
	overflow-y: scroll;/* スクロールバーの分だけ画面の幅が変わってしまうのを避ける*/
	background-color: ;
}
body {
	color:#474747;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG Maru Gothic M-PRO", "Verdana", "Arial", "Helvetica", Sans-serif;
	font-size: 14px;
	line-height:1.8em;
	margin:0;
	letter-spacing: normal;
	-webkit-text-size-adjust: 100%;/*スマホ文字サイズ対策*/
	background-image: url(../../common/img/bg.png);
	background-repeat: repeat;
	background-position: center 0%;
	
}

#wrapper {
	width:100%;
	margin:0;
	background-image: url(../../common/img/bg2.png);
	background-repeat: repeat;
	background-position: center top;
	background-color: #fff;
}

#header {
	width:100%;
	margin:0;
	padding-top:0px;
	height:auto;
	text-align: center;
	background-image: url(../../common/img/top_bg2.png);
	background-position: center top;
	background-repeat: no-repeat;


}

#footer {
	clear:both;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.7em;
	height: 100%;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #575757;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #A4E277;
}

#footerimg{
	text-align: center;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;

	width:100%;
	clear:both;
	height: 103px;
}


.common-footer_link{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

.common-footer_link li::before,
.common-footer_link li:last-child::after{
	content: "｜";
	margin: 0 1em;
}



.box_center {
	width:980px;
	margin: 0 auto;
	clear:both;
}
.content {
	width:980px;
	margin: 0 auto;
	clear:both;
	margin-bottom:50px;
}

.leftbox {
	float:left;
	width:;

}
.rightbox {
	float:right;
	width: 52%;
	background-color:;
}

.center {
	width:730px;
	margin:0 auto;
}

.pagetop {/*---ページTOPへ戻る */
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;}
	
	#address {
		
		width:980px;
		height:auto;
		z-index:1;
		top: 134px;
		text-align: center;
		line-height:1.3;
		color: ;
	}
/* //////////////////////////////////////////////////
[テキスト、画像、その他関係] 
////////////////////////////////////////////////// */	
h1, h2, h3, h4, {
	font-weight: bold;
}
h1, h2 {
	margin:0;
	padding:0;
}



h2 {
	background-image: url(../../common/img/h2border.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:30px;
}
h3 {
	padding-bottom:4px;
	padding-top:20px;
	margin-bottom:30px;
	margin-top:0px;
	clear: both;
	font-size: 18px;
	font-style: normal;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aecc51;
}

h4 {
	font-size: 15px;
	margin-top:20px;
	color: #617CCC;
	clear: both;
}
h5 {
	font-size: 13px;
	margin-top:15px;
	clear: both;}
	
/*画像コピー禁止*/
img {
	border: none;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	margin:0;
}
/*リンク画像はマウスオーバーで画像70%に透過*/
a:hover img, a:active img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
/*透過したくないもの*/
a:hover img.toukanashi {
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);

}


p {
	padding-bottom:12px;
}
table {
	empty-cells:show;
}
th {
	font-weight: normal;
}
li {
/*list-style-type: none;*/
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #0066B0;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #0066B0;
}
a:hover {
	color: #0085E6;
}
hr {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.bg_yellow {
	background-color:#FFE66A;
}
.bg_blue {
	background-color:#4ea4ff;
}
.bg_pink {
	background-color:#FFCDED;
}
.bg_green {
	background-color:#C8DD70;
}
.linedot{
	border-bottom: 3px dotted #7290DA;
}
/* //////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////// */

caption { text-align: left; 
	font-weight: bold;
	font-size: 17px;
}
table.ver1 {
	border-collapse:collapse;
	margin-bottom: 20px;
	border:none;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #87bc1f;
}
.ver1 th {
	background-color: ;
	text-align: center;
	border-bottom-color: #87bc1f;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	color: #7aaa5d;
	font-weight: bold;	
}
.ver1 td {
	padding:0.2em 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #87bc1f;
	padding-top: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}

.ver3 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
.ver3 th {
	
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
.ver3 td {

	padding: 8px;
	vertical-align: top;
	border: 1px solid #ccc;
}


.whiteline {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}


/* //////////////////////////////////////////////////
[テキストの指定]
////////////////////////////////////////////////// */

.fontsize_9 {
	font-size: 9px;
	line-height:1.5;
}
.fontsize_10 {
	font-size: 10px;
	line-height:1.5;
}
.fontsize_11 {
	font-size: 11px;
	line-height:1.5;
}
.fontsize_16 {
	font-size: 16px;
}

.bold {
	font-weight: bold;
	font-size: 16px;
}
.red{
	color:#F00;}
	.orange{
		color:#FF5B00;
	}

	.green{
		color:#093;
	}
	.cha{
		color:#6A474c;
	}

/* //////////////////////////////////////////////////
[その他]
////////////////////////////////////////////////// */
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}


.margin_right0{
	margin-right:0px;
}


.minititle {/* 角丸の見出し*/
	font-size: 14px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	border:solid 5px #7fcfe2; 
	padding-top:8px;
	padding-right: 10px;
	padding-bottom:8px;
	padding-left: 22px;
	margin-top: 20px;
	margin-bottom: 7px;
	font-weight: bold;

	width: 200px;
	text-align: center;
	color:#fff;
	background-image: url(../img/sankaku.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color:#4ea4ff;
}



/* //////////////////////////////////////////////////
[画像の回り込み、マージン]
////////////////////////////////////////////////// */
.floatleft {
	float: left;
	margin-right: 2.2em;
	margin-bottom: 1em;

}
.floatright {
	float: right;
	margin-left: 2.2em;
	margin-bottom: 1em;
}
.floatclear {
	clear: both;
}
.padding5 {
	padding:5px;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.paddingb_20 {
	padding-bottom:20px;
}
.paddingb_15 {
	padding-bottom:15px;
}
.paddingl_10 {
	padding-left:10px;
}
.paddingr_20 {
	padding-right:20px;
}
.paddingl_20 {
	padding-left:20px;
}
.paddingt_10 {
	padding-top:10px;
}
.paddingt_20 {
	padding-top:20px;
}
.margin_right10 {
	margin-right:10px;
}

.margin0{
	margin:0px;
}
.clear {
	clear:both;
}



.br-sp2 {
	display:none;
}/*PCでは改行無くす*/


/* ******************************************************************************
タブレット用 Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 
*/

.pc_only{display: block;}
.pc_only.inline{display: inline;}
.sp_only{display: none;}

@media only screen and (max-width: 736px) {

	.pc_only,
	.pc_only.inline{display: none;}
	.sp_only{display: block;}

}


/* @media screen and (max-width: 768px) {
	body {
		width:1024px;
}
#lightbox {
  width:1024px;
}
	} */
/* ******************************************************************************
 * スマホ用　Mobile Layouts
 */
	
/* @media screen and (max-width: 480px) {
body {
		width:980px;
	font-size: 15px;
	line-height:25px;
	
}

#lightbox {
  width: 980px;
}

} */
