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

body{	
	margin:0px auto;
	background-color:#FFF;
}

#container{
	width:1024px;
	margin:0px auto;
	position:relative;
}

#contents{
	width:1024px;
	margin:0px auto;
}

.header{
	width:1024px;
	margin:0px auto;
}

#header01{
	width:1024px;
	padding-top:10px;
	margin:0px auto;
}
	
h1{
	font-size:10px;
	color:#FFF;
	float:left;
}

#sns{
	float:right;
}

#header02{
	width:1024px;
	height:500px;
	margin:0px auto;
}

#header03{
	width:1024px;
	height:300px;
	margin:0px auto;
}

#footerall01{
	background-color:#f6b37f;
	min-width:1024px;
}

#footerall02{
	width:1024px;
	height:25px;
	margin:0px auto;
}

#footer{
	width:1024px;
	margin:0px auto;
	padding-top:8px;
}

#footer p{
	line-height:12px;
	color:#666;
	font-size:12px;
}

div#menu {
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
}

div#menu ul {
	float:left;
	left:50%;
	position:relative;
	list-style:none;
}

div#menu li {
	float:left;
	left:-50%;
	position:relative;
	margin-left:10px;
} 

div#yoko_menu {
	position:relative;
	overflow:hidden;
	margin-top:15px;
	width:168px;
	float:left;
}

div#yoko_menu ul {
	float:left;
	position:relative;
	list-style:none;
}

div#yoko_menu li {
	float:left;
	position:relative;
} 

img{
	border:none;
	text-decoration:none;
}

/*テキストアライン*/
.center{
	text-align:center;
}

.tright{
	text-align:right;
}
/*テキストアライン*/

/*リンク*/
#footer p a:link {
	color: #FFF;
	text-decoration: none;
}

#footer p a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #6CF;
	text-decoration: none;
}

a:link {
	color: #F66;
	text-decoration: none;
}

a:visited {
	color: #F96;
	text-decoration: none;
}

a:hover {
	color: #6CF;
	text-decoration: none;
}
/*リンク*/

/*回り込み関係*/
.both{
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}
/*回り込み関係*/

/*タイトル*/
.h03{
	font-weight:bold;
	font-size:24px; 
	vertical-align:bottom;
	border-bottom:solid #FC6 2px;
	padding-left:3px;
	margin-top:10px;
	margin-bottom:10px;
}

.h04{
	font-weight:bold;
	background-color:#000;
	color:#FFF;
	padding-left:10px;
	margin-top:10px;
}
/*タイトル*/

/*基本文章で使用*/
.p01{
	padding:10px;
}

.p02{
	font-size:12px;
}

.p03{
	border-bottom:solid 1px #CCC;
	padding:3px;
}

/*---------------
 20200305追加
 強調文章を赤文字にする
----------------*/
.emphasis {
  color: #ff0000;
}

/*基本文章で使用*/

/*画像の回り込みに使用*/
.img_border{
	padding:2px;
	border:1px solid #cfcfcf;
}

.img_left{
	float:left;
	padding:0px 10px 10px 0px;
	text-align:center;
	font-size:10px;
}
.img_right{
	float:right;
	padding:0px 0px 10px 10px;
	text-align:center;
	font-size:10px;
}
/*画像の回り込みに使用*/

.pagetop{
	padding-left:10px; 
	vertical-align:middle;
	border-top:solid #CCC 1px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	padding-right:10px;
}


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	color:#666;
	font-size:18px;
	vertical-align: baseline;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
	text-decoration: none;
	line-height:1.4em;
  word-break: break-all;
}

/*About*/
#about dt{
	float:left;
	width:80px;
	padding-bottom:15px;

}

#about dd{
	margin-left:80px;
	padding-bottom:15px;

}
/*About*/


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*margin各方向10px(ml10はmargin-left:10pxの略)*/
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mauto{ margin:0px auto;}

/*ページ内のタイトルで使用する*/
.h01{
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	line-height: 35px;
	color: #CCC;
	height: 30px;
	font-size: 15px;
}
.h02{border-left:4px solid #e4007e; padding-left:10px; font-weight:normal; font-size:22px;}

/*基本文章で使用。*/
.p04{padding:10px 0px; line-height:2;}

/*border関係。*/
.b01{ border:1px solid #cfcfcf;}
.bl{ border-left:1px solid #cfcfcf;}
.br{ border-right:1px solid #cfcfcf;}
.bt{ border-top:1px solid #cfcfcf;}
.bb{ border-bottom:1px solid #cfcfcf;}

/*Q&Aなどで使用*/
.q{font-weight:bold;color:#FF6699;}
.a{font-weight:bold;color:#06F;}

/*各ページヘッダー用*/
.care_header {
	width:1024px;
	height:300px;
	margin:0px auto;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
 }
 
/*----------ページトップへボタン用----------*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
	z-index:9999;
}

#page-top a {
    background: rgba(61,214,119,0.75);
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: rgba(61,164,119,0.75);
}