@charset "utf-8";

/* font awesome */
@import url("../font-awesome/css/font-awesome.min.css");


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

*{
	margin: 0;padding: 0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
	 box-sizing: border-box;}

ul, ol { list-style : none}
img { vertical-align : middle}



/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	color: #333;
	font-size: 14px;
	line-height:170%;
	margin: 0;
	padding: 0;
}
h1, address, div, blockquote, p, pre, ul, dl, dt, dd, hr {
	color: #333;
	font-size:;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}
h3{ font-size:18px; }
h4{ font-size:16px; }
ol, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 0;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}


/* clear
--------------------------------------------------------------------*/
#clear{
	width:0px;
	height:0px;
	clear: both;
}
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	zoom:100%;/* IE6 */
}


/* link
--------------------------------------------------------------------*/

a{transition-property: all;transition: 0.3s linear;}
a:link{color: #39C;}
a:visited{color: #39C;}
a:hover{color:#0CC;}
a:active{color:#0CC;}

a:hover img{filter: alpha(opacity=85);  -moz-opacity:0.85;  opacity:0.85;transition-property: all;transition: 0.3s linear;}
a:hover img.no-opacity{filter: alpha(opacity=100);  -moz-opacity:1;  opacity:1;}



html{ font-size : 14px} /*レスポンシブタイプセッティングの指定*/

body{ 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


/* header
--------------------------------------------------------------------*/
#header{ background-color:#FFF;height: 70px;
}
#header .wrap{
	width: 980px; margin:auto; position:relative; padding:12px 0px 0px 0px; 
}
#header h1{
	display:none;
	float:left;color:#ccc;position: absolute;left:0px;top: 5px; font-size:11px; 
	}
#header .logo{
	position: absolute;
	left: 0px;z-index:200;
	}
#header .ad{
	position: absolute;width:450px;right:0px; text-align:right; font-size:13px;
	}
#header .ad strong{
	font-size:20px;
	}

	
/* gnavi
----------------------------------------------- */
#gnavi {
	width: 100%; background-color:#20A9DD; 
	}
#gnavi ul{
	width: 980px;
	max-width: 980px; margin:auto;
	}
#gnavi li{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gnavi li a {
		display: block;
	float: left;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;width:25%;
	height:60px; background-position:center 48%; background-repeat:no-repeat; border-right:1px solid #79CBEB;
}
#gnavi li.gnavi01 a{ background-image:url(../images/common/gnavi01.png);border-left:1px solid #79CBEB;}
#gnavi li.gnavi02 a{ background-image:url(../images/common/gnavi02.png);}
#gnavi li.gnavi03 a{ background-image:url(../images/common/gnavi03.png);}
#gnavi li.gnavi04 a{ background-image:url(../images/common/gnavi04.png); background-color:#7CC927;}
#gnavi li a:hover,#gnavi li a.on{background-color: rgba(255,255,255,0.2);}
#gnavi li.gnavi04 a:hover{background-color: #A5E126;}

/* member gnavi */
#member #gnavi { background-color:#7CC927;}
#member #gnavi li a {border-right:#B0DF7D solid 1px;}
#member #gnavi li.gnavi01 a{ background-image: url(../member/images/common/gnavi01.png);width:112px;border-left:#B0DF7D solid 1px;}
#member #gnavi li.gnavi02 a{ background-image: url(../member/images/common/gnavi02.png);width:157px;}
#member #gnavi li.gnavi03 a{ background-image: url(../member/images/common/gnavi03.png);width:180px;}
#member #gnavi li.gnavi04 a{ background-image: url(../member/images/common/gnavi04.png);width:192px;}
#member #gnavi li.gnavi05 a{ background-image: url(../member/images/common/gnavi05.png);width:228px;}
#member #gnavi li.gnavi06 a{ background-image: url(../member/images/common/gnavi06.png);width:110px; background-color:#20a9dd;}
#member #gnavi li.gnavi06 a:hover{background-color: #44C1E1;}

/* 20/02new gnavi
----------------------------------------------- */
#gnavi.new li,#member #gnavi.new li{ text-align:center; line-height:1.3;vertical-align: middle; letter-spacing:1px;}
#gnavi.new li a,#member #gnavi.new li a{ width:20%;text-indent: inherit; background-image:none; color:#FFF;padding-top:17px; font-size:15px; font-weight:bold;}
#gnavi.new li a:before,#member #gnavi.new li a:before { font-family: FontAwesome; margin-right:7px; font-weight:normal; font-size:20px;}
#gnavi.new li:first-child a:before {content: "\f015";}
#gnavi.new li:nth-child(2) a:before {content: "\f02d";}
#gnavi.new li:nth-child(3) a:before {content: "\f007";}
#gnavi.new li:nth-child(4) a:before {content: "\f090";}
#gnavi.new li:nth-child(5) a:before {content: "\f023";}
#gnavi.new li:nth-child(5) span{ font-size:12px; display: block; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
#gnavi.new li:nth-child(5) a{padding-top:10px;background-color:#7CC927;}
#gnavi.new li:nth-child(5) a:hover{background-color: #A5E126;}
#member #gnavi.new li:first-child a:before {content: "\f023";}
#member #gnavi.new li:nth-child(2) a:before {content: "\f024";}
#member #gnavi.new li:nth-child(3) a:before {content: "\f086";}
#member #gnavi.new li:nth-child(4) a:before {content: "\f0e0";}
#member #gnavi.new li:nth-child(5) a:before {content: "\f015";}
#member #gnavi.new li:nth-child(5) a {background-color: #20a9dd;}
#member #gnavi.new li:nth-child(5) a:hover {background-color: #44C1E1;}

/* top_main
----------------------------------------------- */
#top_main{
	background-image:url(../images/top/top_main.jpg); background-size:cover; background-position:center top;
	height:350px; margin-bottom:50px;
	}
#member #top_main{
	background-image: url(../member/images/top/top_main.jpg);height:400px; margin-bottom:5px !important;
	}

/* title
----------------------------------------------- */
#title{
	min-width: 980px; padding:30px 0px;
	margin:0px 0px 10px 0px; background-image:url(../images/common/title_bg.jpg); background-position:50%; background-size:cover;
}
#title h2{
	font-size:30px; color:#333; letter-spacing:3px; font-weight:normal;line-height:120%;
	width:980px; margin:auto;
	padding:0px 0px 0px 40px;
	}
#title h2:before {/*疑似要素*/
  font-family: FontAwesome; margin-right:20px;
  content: "\f142";/*アイコンの種類*/
  color: #FC0;/*アイコン色*/
}

/* container, sidebar, content
----------------------------------------------- */
.container{
	width:980px;
	margin: 0px auto 0px auto; 
	}
#sidebar{
	width: 280px;float: right;
	}
#content{
	width: 650px; float:left;
	}

/* パンクズ
----------------------------------------------- */
ol.topic-path {
margin: 0px 0px 10px 0px;
padding: 0; text-align:right;
}
ol.topic-path li {
padding-left: 3px;
display: inline; font-size:12px; line-height:100%;
}
ol.topic-path li.first {
padding-left: 20px;
background: url(../images/common/icon_home.png) no-repeat left;
}
ol.topic-path li a {
padding-right: 14px;
background: url(../images/common/topic-path-gray.gif) no-repeat right;
}


/* 見出し
----------------------------------------------- */
.tlLine{
	border-bottom:solid #E3D9B5 3px;
	padding:0px 0px 10px 0px; line-height:100%;
	margin-bottom:20px; font-weight:normal;
	}
.tlBd{
	border-left:5px solid #3CC;
	padding:10px 0px 10px 16px; 
	margin-bottom:10px;
	}
.tlMaru{
	background-color: #5EB6DB; color:#FFF;
	border-radius: 3px;
	padding:10px 0px 8px 20px; 
	margin-bottom:20px;
	}
.tlIcon{
	background-image:url(../images/common/ttl_blue.png); background-repeat:no-repeat; background-position:0px 30%;
	padding:0px 0px 0px 23px; color:#069;
	margin:30px 0px 5px 0px;
}
.tlBrown{
	background-image:url(../images/common/ttl_brown.png); background-repeat:no-repeat; background-position:0px 30%;
	padding:0px 0px 0px 23px; color:#613301;
	margin:30px 0px 5px 0px;
}
.tlGray{
	background-color:#eee;
	border-left:5px #9C0 solid;
	padding:10px 15px 7px 15px;
	margin:30px 0px 20px 0px;
}
.tlDot{
	border-bottom:3px #ccc dotted;
	padding:0px 0px 7px 0px;
	margin:30px 0px 15px 0px;
}
.tlBrown_important{
	background-image:url(../images/common/arrow_brown.png); background-repeat:no-repeat; background-position:0px 30%;
	padding:0px 0px 0px 20px; color:#613301;
	margin:0px 0px 5px 0px;
}
/* page
----------------------------------------------- */
/* tabNavi */
.tabNavi {
    border-bottom: solid 4px #FFA000; margin:30px 0px 50px 0px;
}
.tabNavi a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 15px 0px 10px 0px;
    text-decoration: none; letter-spacing:2px;
    color: #FFA000; font-size:20px;
	width:45%; margin-right:1%; text-align:center;
    background: #fff1da;
    border-radius: 5px 5px 0 0;
    transition: .4s;
}
.tabNavi a:hover,.tabNavi a.on {
    background: #ffc25c;
    color: #FFF;
}

/* member
----------------------------------------------- */
/* topTopics */
.topTopics{ border-bottom:1px solid #CCC; padding:10px 0px 15px 0px; }
.topTopics .tlBd { padding:0px 0px 0px 10px; font-size:16px; margin-bottom:5px;border-color:#9C0;}
.topTopics .tlBd span{font-size:12px; font-weight:normal; display:block;}
.topTopics .photo{ margin-left:20px; float:right;}
.topTopics .photo img{ width:130px; height:auto; padding:2px;}

/* topics */
#topics .tlBd {font-size:24px; line-height:120%; padding-top:5px; border-color:#9C0;}
#topics .tlBd span{font-size:12px; font-weight:normal; display:block;}
#topics .photo{ width:370px; float:left; margin:0px 20px 20px 0px; }
#topics .photo img{ width:360px; margin-bottom:5px;}

/* topics pageNav */ 
ul.pageNav {
    margin: 0 0 10px; font-family:Arial, Helvetica, sans-serif;
    padding: 12px;
    text-align: center; 
}
ul.pageNav  li {
    display: inline;
    margin: 0 1px;
    padding: 0;
    background: #fff;
}
ul.pageNav  li span,
ul.pageNav  li a {
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    vertical-align: middle;
    text-decoration: none;
}
ul.pageNav  li.current span,
ul.pageNav  li.current a {
	background-color: #9C0;
    color:#fff;
}
ul.pageNav  li a:hover {
    background: #eee;
}


/* box
----------------------------------------------- */
.box{
	background-color:#FFF; 
	box-shadow: 2px 2px 2px 2px lightgray;
	position:relative; padding:30px;
	}
.box_maru{
	background-color:#fff; padding:30px 40px; 
	border-radius: 4px; 
	}
.box_maru.bd{ border:1px solid #CCC;}
.box_maru.gray{background-color:#f4f4f4;}
.box_maru.blue{border:3px solid #C9F0FF;}
.box_maru.beige{ background-color: #FBF5E3;}
.box_important{
	background-color: #f7b977;
	padding:0 20px 20px 20px;
	border-radius: 0 0 6px 6px;
	}
.box_important_top{
background-color: #f7b977;
	padding:0 0 10px 0;
	border-radius: 6px 6px 0 0;
	}	



/* ul li
----------------------------------------------- */
ul.icon, ul.icon1, ul.arrow{
	margin: 0px 0px 20px 10px;
	}
ul.icon li {
	background-image: url(../images/common/topic-path-gray.gif); background-repeat:no-repeat; 
	background-position:0px 5px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 22px;
	}
ul.icon1 li {
	background-image: url(../images/common/ttl_orange.png); background-repeat:no-repeat; 
	background-position:0px 5px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 22px;
	}
ul.arrow li {
	background-image: url(../images/common/arrow_blue.png); background-repeat:no-repeat; 
	background-position:0px 5px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 22px;
	}

/* リストにNew表示 */
ul li.new:after{
	margin-left:10px;
	content: url(../images/common/new_anime.gif);
}

/* コメント */
ul.comment{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
ul.comment li{
	margin-bottom : 2px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
ul.comment li:before{
	content : "※";
	position: absolute;
	left : 0px;
	color: #333333;
}



/* ol li
----------------------------------------------- */
/* 半角数字 */
ol.no1{
	padding:0 0 0 20px;
	margin:0;
}
ol.no1 li{
	padding-left:10px;
	list-style-type:decimal;
}

/* かっこ付き半角数字 */
ol.no2{
	padding:0 0 0 2.5em;
	margin:0;
	counter-reset: li; /*olのリストの数字をリセット*/
}
ol.no2 li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt2;
}
ol.no2 li:before{
	display: marker;
	content: "( " counter(cnt2) " )";
	display:inline-block;
	margin-left:-2.5em; 
	width: 2.5em; 
}

/* 後ろかっこ付き半角数字 */
ol.no3{
	padding:0 0 0 2.5em;
	margin:0;
	counter-reset: li; /*olのリストの数字をリセット*/
}
ol.no3 li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt3;
}
ol.no3 li:before{
	display: marker;
	content: counter(cnt3) " )";
	display:inline-block;
	margin-left:-2.5em; 
	width: 2.5em; 
}

/* カタカナ */
ol.kkana{
	padding:0 0 0 20px;
	margin:0;
}
ol.kkana li{
	padding-left:10px;
	list-style-type:katakana;
}


/* dl dt dd
----------------------------------------------- */
/* 新着情報　一覧 */
dl.newslist{
	max-width:980px;
	line-height:130%;
}
dl.newslist dt{
	clear: left;
	float: left;
	width: 7em;
	padding: 0.5em 1em 0.5em 1em;
	background: url(../images/common/arrow.png) no-repeat left 0.8em;
}
dl.newslist dd{
	margin: 0 0 0 7em;
	padding: 0.5em 1em 0.5em 0em;
}
dl.newslist dd.new:after{
	margin-left:10px;
	content: url(../images/common/new_anime.gif);
}


/* table
----------------------------------------------- */		
.table1{ border:8px solid #eee; width:100%;}
.table1 td{ padding:10px;border-bottom:1px solid #ccc;}
.table1 th{
	background-color:#f9f9f9; text-align:left;padding:10px 18px 10px 10px;border-bottom:1px solid #ccc;
}
table.table2{ border-bottom:2px dotted #ccc;}
.table2 td,.table2 th{ padding:12px 5px;border-top:2px dotted #ccc;}

.table3 td,.table3 th{ padding:2px;border-bottom:1px solid #ccc;}

table.clm2 td{ padding-right:30px;}
table.clm2 td:nth-child(2) {padding-right:0px;} 	
table.clm3 td{ padding-right:15px; width:180px;}
table.clm3 td:nth-child(3) {padding-right:0px;} 
table.clm4 td{ padding-right:15px; width:150px;}
table.clm4 td:nth-child(4) {padding-right:0px;}

/* モバイル対応テーブル(2列の場合のみ指定可) */
.tb_mobile1{ border:8px solid #eee; width:100%;}
.tb_mobile1 td{ padding:10px;border-bottom:1px solid #ccc;}
.tb_mobile1 th{
	background-color:#f9f9f9; text-align:left;padding:10px 18px 10px 10px;border-bottom:1px solid #ccc;
}

.tb_mobile2{ border-bottom:2px dotted #ccc;}
.tb_mobile2 td, .tb_mobile2 th{ padding:12px 5px;border-top:2px dotted #ccc;}

.tb_mobile3{ border:none; width:100%;}
.tb_mobile3 td{ padding:10px;border-bottom:1px solid #ccc;}
.tb_mobile3 th{
	text-align:left;
	padding:10px 18px 10px 10px;border-bottom:1px solid #ccc;
}


/* 広報活動 */
.tb_kouhou{ border-bottom:2px dotted #ccc;}
.tb_kouhou td, .tb_kouhou th{ padding:12px 5px;border-top:2px dotted #ccc;}

/* カレンダー用テーブル */
.tb_calendar {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tb_calendar th {
	padding: 10px;
	font-weight: bold;
	text-align:center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
.tb_calendar td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tb_calendar tr td:nth-of-type(1), .tb_calendar tr td:nth-of-type(2){
	text-align:center;
	font-weight:bold;
}
/* カレンダー用テーブル　土曜日 */
.tb_calendar tr.blue {
	background:#E0EFEF;
}
.tb_calendar tr.blue td:nth-of-type(1), .tb_calendar tr.blue td:nth-of-type(2){
	color:#0000FF;
}
/* カレンダー用テーブル　日曜、祝日 */
.tb_calendar tr.red {
	background:#FFE8E8;
}
.tb_calendar tr.red td:nth-of-type(1), .tb_calendar tr.red td:nth-of-type(2){
	color:#FF0000;
}
/* 規程テーブル（埼玉会より追加） */
.tb_kitei{ width: 100%; border:1px solid #ccc; padding: 10px;}
.tb_kitei td{ padding:10px; border-bottom:1px solid #ccc;}
.tb_kitei th{ padding:10px; border-bottom:1px solid #ccc; border-right: 1px solid #ccc;}
/* btn
----------------------------------------------- */	
a.btn {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:15px 10px;
	color:#fff;
	background-color:#C30;
	border-radius:4px;
	margin:0px 9px auto;
	background-image:url(../images/common/left_arrow.png);
	background-repeat:no-repeat;
	background-position: 98% 50%;
	}
a.btn:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: “alpha(opacity=80)”; /* IE 8 */
	}

/* 影付きボタン オレンジ */
a.btn3Orange {
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	display:block;
	text-align:center;
	margin:0px 9px auto;
	padding:15px 10px;
	color: #FFF;
	position: relative;
	background: #F19727;/*背景色*/;
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.btn3Orange:hover {
	background: #f2b161;/*背景色*/;
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* 影付きボタン 緑 */
a.btn3Green {
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	display:block;
	text-align:center;
	margin:0px 9px auto;
	padding:15px 10px;
	color: #FFF;
	position: relative;
	background: #76A31A;/*背景色*/;
	border-bottom: solid 2px #669900;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
a.btn3Green:hover {
	background: #94B84D;/*背景色*/;
	border-bottom: solid 2px #76A31A;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/* page-top
----------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20%;
}
#page-top a {
    text-decoration: none;
    background-image:url(../images/common/pagetop.png); background-repeat:no-repeat; 
    width: 43px; height:60px;
    text-align: center;
    display: block;
	text-indent: -9877em;
}


/* footer
----------------------------------------------- */
#footer{
	margin-top:50px; font-size:13px; line-height:140%; 
	background-color:#C9F0FF; padding:30px 0px; border-top:#20A9DD solid 3px;
}
#member #footer{
	background-color:#EEFAE0;border-top:#7cc927 solid 3px;
}
#footer .logo{ float:left; width:50%;}
#footer .logo img{ width:320px; margin-bottom:5px;}
#footer .container{ position:relative;}
.copyright { color: #6c5539;font-size:11px; text-align:right; position:absolute; bottom:0; right:0;}



/* サイトシール
----------------------------------------------- */
.siteseal{
	text-align:center;
}
.siteseal p.info{
	width:240px;
	margin: auto;
	margin-top: 5px;
	font-size:11px;
	line-height: 140%;
	color: #666;
	text-align:left;
}

/* google地図
----------------------------------------------- */
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-60%);
	-moz-transform: translate(-50%,-60%);
	-ms-transform: translate(-50%,-60%);
	-o-transform: translate(-50%,-60%);
	transform: translate(-50%,-60%);
	width: 80% !important;
	height: 80% !important;
}


/* font awesome アイコン
----------------------------------------------- */
.iDownload:before	{ content:"\f019　";font-family: FontAwesome; }
.iChevron:before	{ content:"\f138　";font-family: FontAwesome; }

/*download
-----------------------------------------------*/ 
.download  { margin:5% 0px; border:double 5px #eee; padding:2%;}
.download th { font-weight:normal;text-align: left; width:20%; }
.download th:before {
	content: "\f019"; margin-right:10px;
    font-family: FontAwesome;
    color: #09C;font-size:20px;
	}
.download td:last-child { width:15%;}
.download ul.icon1 { margin:0;}
/*.download a:before { margin-right:10px;font-family: FontAwesome; font-size:24px;}
.download a.pdf:before { content: "\f1c1";  color: #C00;}
.download a.word:before { content: "\f1c2";  color: #06C;}
.download a.excel:before { content: "\f1c3";  color: #390;}
.download a.image:before { content: "\f1c5";  color: #F96;}*/

/*diet_member
-----------------------------------------------*/ 
.diet{
  width:450px;
  margin-right: 30px;
  margin-top: 5px;
  float: left;
  text-align: left;
}
 
.diet img{
  display:block;
  margin: auto;
}
 



/* その他
----------------------------------------------- */
.photo img{box-shadow: 2px 2px 2px 2px lightgray; padding:5px; background-color:#FFF;}
.bd{ border-bottom:2px dotted #CCC; margin:30px 0px;}

.flL { float: left; }
.flR { float: right; }
.clear{ clear:both; height:0px;}

.taR { text-align: right; }
.taC { text-align: center; }
.taL { text-align: left; }

.fcRed{color:#F00;}
.fcOrange{color: #F60;}
.fcWhite{color:#FFF;}
.fcBlue{color: #09C;}
.fcGreen{color:#006619;}
.fcBrown{color: #960;}

.uline{ text-decoration:underline; }
.uline_pink{background: #ffc0cb;}

.fzLL{ font-size:20px;line-height:140%;}
.fzL{ font-size:17px;line-height:140%;}
.fzM{ font-size:14px;}
.fzS{ font-size:12px;}
.normal{ font-weight:normal;}
.bold{ font-weight:bold; }

.leadTxt{
	font-size:22px;
	font-weight:bold;
	line-height:140%;
	letter-spacing: 1px;
	margin-top:20px;
}
.leadTxtS{
	font-size:18px;
	font-weight:bold;
	line-height:140%;
	letter-spacing: 1px;
	margin-top:20px;
}

/* 文字にNewをつける */
p.new:after{
	margin-left:10px;
	content: url(../images/common/new_anime.gif);
}
/* 注釈文字 */
p.comment {
	text-indent: -1.6em;
	margin-left: 1.6em;
}
p.comment:before{
	content : "※　";
}

.mt00{ margin-top:0px;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}

.mb00{ margin-bottom:0px;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}

.mb00i{ margin-bottom:0px !important;}

.mr00{ margin-right:0px;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr25{ margin-right:25px;}
.mr30{ margin-right:30px;}

.ml00{ margin-left:0px;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}

.ml00i{ margin-left:0px !important;}
.ml05i{ margin-left:5px !important;}
.ml10i{ margin-left:10px !important;}
.ml15i{ margin-left:15px !important;}
.ml20i{ margin-left:20px !important;}
.ml25i{ margin-left:25px !important;}
.ml30i{ margin-left:30px !important;}

.mg-auto{ margin:auto;}
.pd10{ padding:10px;}
.pd20{ padding:20px;}
.pd30{ padding:30px;}

.w10{ width:10%;}
.w20{ width:20%;}
.w30{ width:30%;}
.w33{ width:33%;}
.w40, .w40i{ width:40%;}
.w50{ width:50%;}
.w60{ width:60%;}
.w70{ width:70%;}
.w80, .w80i{ width:80%;}
.w90{ width:90%;}
.w100{ width:100%;}

.pchidden,.iphidden{ display:none;}

