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

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

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	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;/* スクロールバーの分だけ画面の幅が変わってしまうのを避ける*/
	
}
body {
	color:#4e4e4e;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG Maru Gothic M-PRO", "Verdana", "Arial", "Helvetica", Sans-serif;
	font-size: 13px;
	line-height:1.8em;
	margin:0;
	letter-spacing: normal;
	background-image: url(../img/bg.jpg);
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;/*スマホ文字サイズ対策*/
}
#headerbox {
	width:100%;
	margin:0;


		padding-top: 20px;
			background-image: url(../img/headerbox_bg.png);
		background-repeat: repeat-x;
	background-position: top;
}
#header {
	width:920px;
	margin:0 auto;
	
}
#footerimg {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 15px;
	width:100%;
	clear:both;
	text-align: center;
}
#footer {
	clear:both;
	padding-bottom: 10px;
	text-align: center;
	background-color:#c5e3b5;
	line-height: 1.4em;
	height: 100%;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-right:10px;padding-left:10px;スマホ対策*/
}
#footer a{color:;}
#footer a:visited {
	text-decoration: none;
	
}
#footer a:hover {
		
	text-decoration: underline;
}


.content {
	width:920px;
	margin: 0 auto;
	clear:both;
	padding-bottom:20px;
	background-color:#FFF;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #FFE671;
	margin-top:5px;
	/*margin-right:20px;margin-left:20px;スマホ対策*/
}

.box1 {
	width:800px;
	margin:0 auto;
	padding-bottom: 17px;
	padding-top: 10px;
	height:auto;
	clear:both;
}
.leftbox {
	float:left;
	width:48%;
}
.rightbox {
	float:right;
	width:48%;
}
	
.leftbox65 {
	float:left;
	width:64%;
}
.rightbox32 {
	float:right;
	width:32%;
}

	
	.leftbox60 {
	float:left;
	width:60%;
}
.rightbox60 {
	float:right;
	width:60%;
}

/* //////////////////////////////////////////////////
[テキスト、画像、その他関係] 
////////////////////////////////////////////////// */	
h1, h2, h3, h4, {
font-weight: bold;
}
h1,h2 {
	margin:0;
	padding:0;
}
h3 {
	padding-bottom:8px;
	margin-bottom:20px;
	margin-top:20px;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../img/h3_bg.png);
}
/*画像コピー禁止*/
img {
	border: none;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	margin:0;
}
/*指定したリンク画像はマウスオーバーで画像70%に透過*/
img.toka:hover{
	-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;
}

td {
}
th {
	font-weight: normal;
}
li {
/*list-style-type: none;*/
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #9B5400;	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #9B5400;
}
a:hover {
	color: #FF6600;

}
hr {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
/* //////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////// */


table.ver1 {
	border-collapse:collapse;
	margin-right: 0px;
	margin-bottom: 20px;
	border:none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eee;
}
.ver1 td {
	background-color:#FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
		border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.ver1 th {
	padding:0.2em 1em;
	
	text-align:center;
	background-color: #eee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}

table.ver2 {
	border-collapse:collapse;
	margin-right: 0px;
	margin-bottom: 20px;
margin-top: 20px;
}
.ver2 td {
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}

.bg_blue {
background-color: #e0f6ed;
}
.bg_yellow {
background-color: #fff08d;
}

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

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

.white {
	color:#FFF
}
.cha{
	color: #9B5400;
}

.red{
	color:#F00;}
	
.green{
	color:#37A8AA;
}
	.bold{
	font-weight: bold;
	font-size: 16px;
}
/* //////////////////////////////////////////////////
[その他]
////////////////////////////////////////////////// */
.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;
}

.box_center{width:900px;	margin: 0 auto;}

/* //////////////////////////////////////////////////
[画像の回り込み、マージン]
////////////////////////////////////////////////// */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatclear {
	clear: both;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.paddingb_50 {
	padding-bottom:50px;
}
.paddingb_30 {
	padding-bottom:30px;
}
.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;
}
.margin_right10 {
	margin-right:10px;
}
.marginb20 {
	margin-bottom:20px
}
.clear {
	clear:both;
}

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


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

@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: 20px;
	line-height:30px;
}

h3 {
	font-size: 22px;

}
 .br-sp {
 display:none;
}/*スマホでは改行なくす*/
.br-sp2 {
 display:inline;
}/*スマホでは改行あり*/

#lightbox {
  width: 980px;
}

}